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 {
nixosConfigurations = {
vincents-hp = lib.nixosSystem {
my-hp = lib.nixosSystem {
inherit system;
specialArgs = { inherit unstable; };
modules = [
./system/vincents-hp/configuration.nix
];
};
vincents-old-hp = lib.nixosSystem {
old-hp = lib.nixosSystem {
inherit system;
specialArgs = { inherit unstable; };
modules = [
@ -40,7 +40,7 @@
./system/2012macmini/configuration.nix
];
};
susans-hp = lib.nixosSystem {
moms-hp = lib.nixosSystem {
inherit system;
specialArgs = { inherit unstable; };
modules = [