Update flake.nix
This commit is contained in:
parent
a37f048d8f
commit
34c20475ea
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user