Merge remote-tracking branch 'origin/main'

This commit is contained in:
Greg Hellings
2022-09-05 22:23:10 -05:00
23 changed files with 415 additions and 54 deletions
+2 -1
View File
@@ -23,7 +23,6 @@
{ nixpkgs.overlays = [ nurpkgs.overlay local_overlay ]; }
agenix.nixosModule
./modules
./profiles/base
./hosts/${hostname}
home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;
@@ -60,6 +59,8 @@
"jude" = machine "x86_64-linux" "jude";
"lappy" = machine "x86_64-linux" "lappy";
"iso" = machine "x86_64-linux" "iso";
};