Nix configs for shared systems, uses snowfall.
Go to file
Bailey 001aa32a2d Switch to Plasma 6 Desktop on gallifrey. 2024-04-28 19:21:39 -04:00
.git-crypt Initialize git crypt 2024-03-24 02:09:08 +00:00
homes/x86_64-linux/friends@gallifrey Switch to Plasma 6 Desktop on gallifrey. 2024-04-28 19:21:39 -04:00
modules/nixos/core Adds users to dialout on pegasi. 2024-04-13 23:01:50 -04:00
pubkeys Adds sasha's account to pegasi. 2024-03-14 20:36:14 -04:00
secrets Adds mollysocket signal proxy to pegasi. 2024-04-14 02:37:22 +00:00
systems Switch to Plasma 6 Desktop on gallifrey. 2024-04-28 19:21:39 -04:00
templates/shim Adds installer image and /etc/nixos shim template 2024-02-08 19:59:24 -05:00
.gitattributes Initialize git crypt 2024-03-24 02:09:08 +00:00
.gitignore Adds license and gitignore 2024-01-22 23:06:17 -05:00
LICENSE Adds license and gitignore 2024-01-22 23:06:17 -05:00
README.md Adds README explaining how to rebuild. 2024-02-27 18:31:48 -05:00
flake.lock Switch to Plasma 6 Desktop on gallifrey. 2024-04-28 19:21:39 -04:00
flake.nix Switch to Plasma 6 Desktop on gallifrey. 2024-04-28 19:21:39 -04:00

README.md

Geeky Gays Server NixOS Configs

To update using latest pushed config:

sudo nix flake lock nixconf
sudo nixos-rebuild boot --flake nixconf
sudo reboot

To test an update that hasn't been pushed:

# Seriously, make a commit first!
# Even a temporary one that will be ammended before pushing.
git commit -a
sudo nixos-rebuild boot --flake .
sudo reboot