Nix configs for shared systems, uses snowfall.
Go to file
2024-08-31 01:23:00 +00: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 Copies over fixes from mtxyz's personal config. 2024-08-31 01:23:00 +00: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 Update sol wake on lan config. 2024-08-31 01:23:00 +00: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 flake.lock: Update 2024-08-31 01:23:00 +00:00
flake.nix Changes how flake registry references nixconf. 2024-08-31 01:04:13 +00: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