Nix configs for shared systems, uses snowfall.
Go to file
2024-02-27 19:07:48 -05:00
homes/x86_64-linux/friends@gallifrey Removes ANOTHER broken libretro core. 2024-01-23 01:18:39 -05:00
modules/nixos/core Adds tmux. 2024-02-27 19:07:48 -05:00
pubkeys Adds hive's SSH keys. 2024-02-03 22:06:14 -05:00
systems Adds pegasi config. 2024-02-27 18:32:55 -05:00
templates/shim Adds installer image and /etc/nixos shim template 2024-02-08 19:59:24 -05:00
.gitignore Adds license and gitignore 2024-01-22 23:06:17 -05:00
flake.lock Update flake.lock. 2024-02-27 18:33:21 -05:00
flake.nix Note to self: Test before pushing next time. 2024-02-08 20:49:42 -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

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