Nix configs for shared systems, uses snowfall.
Go to file
Bit Borealis 91f33e41de fix psutils package 2024-04-03 20:41:11 -04:00
.git-crypt Initialize git crypt 2024-03-24 02:09:08 +00:00
homes/x86_64-linux/friends@gallifrey Removes ANOTHER broken libretro core. 2024-01-23 01:18:39 -05:00
modules/nixos/core comment out nom until fixed 2024-03-30 18:07:11 -04:00
overlays fix psutils package 2024-04-03 20:41:11 -04:00
pubkeys Adds sasha's account to pegasi. 2024-03-14 20:36:14 -04:00
secrets/nebula Initial nebula config 2024-03-24 02:09:27 +00:00
systems maybe riscv64 installer ? 2024-03-27 17:06: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
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 comment out nom until fixed 2024-03-30 18:07:11 -04:00
flake.nix add cachix riscv64 ghc 2024-03-30 22:12:52 +00: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