Nix configs for shared systems, uses snowfall.
Go to file
Bailey 4917b9fb2d Stops snowfall from giving sudo to guest account
WHY THE FUCK IS THIS A THING BY DEFAULT??
2024-06-18 16:30:42 -04:00
.git-crypt Initialize git crypt 2024-03-24 02:09:08 +00:00
homes/x86_64-linux/friends@gallifrey Adds consent-o-matic to firefox. 2024-06-18 16:24:31 -04:00
modules/nixos/core Stops snowfall from giving sudo to guest account 2024-06-18 16:30:42 -04:00
pubkeys Updates mtxyz pubkeys. 2024-06-18 02:04:13 +00:00
secrets Adds mole.web.geeky.gay vhost. 2024-05-24 03:17:23 +00:00
systems Switches to http challenges for acme. 2024-06-16 00:41:59 -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
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
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

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