Update flake.nix

This commit is contained in:
batvin321 2024-11-18 17:53:05 -05:00
parent a37f048d8f
commit 34c20475ea

View File

@ -17,14 +17,14 @@
in { in {
nixosConfigurations = { nixosConfigurations = {
vincents-hp = lib.nixosSystem { my-hp = lib.nixosSystem {
inherit system; inherit system;
specialArgs = { inherit unstable; }; specialArgs = { inherit unstable; };
modules = [ modules = [
./system/vincents-hp/configuration.nix ./system/vincents-hp/configuration.nix
]; ];
}; };
vincents-old-hp = lib.nixosSystem { old-hp = lib.nixosSystem {
inherit system; inherit system;
specialArgs = { inherit unstable; }; specialArgs = { inherit unstable; };
modules = [ modules = [
@ -40,7 +40,7 @@
./system/2012macmini/configuration.nix ./system/2012macmini/configuration.nix
]; ];
}; };
susans-hp = lib.nixosSystem { moms-hp = lib.nixosSystem {
inherit system; inherit system;
specialArgs = { inherit unstable; }; specialArgs = { inherit unstable; };
modules = [ modules = [