formating
This commit is contained in:
parent
bf58c91361
commit
47425ad6dd
5 changed files with 5 additions and 6 deletions
|
|
@ -57,7 +57,6 @@
|
||||||
smaug = import ./hosts/smaug;
|
smaug = import ./hosts/smaug;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
# clients
|
# clients
|
||||||
ace = lib.nixosSystem {
|
ace = lib.nixosSystem {
|
||||||
|
|
@ -79,7 +78,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
loki = lib.nixosSystem {
|
loki = lib.nixosSystem {
|
||||||
modules = [ ./hosts/loki ];
|
modules = [./hosts/loki];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs outputs;
|
inherit inputs outputs;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,6 @@
|
||||||
];
|
];
|
||||||
networking.hostName = "eve";
|
networking.hostName = "eve";
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = [ "workstation" ];
|
tags = ["workstation"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,6 @@
|
||||||
];
|
];
|
||||||
networking.hostName = "fred";
|
networking.hostName = "fred";
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = [ "server" ];
|
tags = ["server"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,6 @@
|
||||||
];
|
];
|
||||||
networking.hostName = "loki";
|
networking.hostName = "loki";
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = [ "workstation" ];
|
tags = ["workstation"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,6 @@
|
||||||
];
|
];
|
||||||
networking.hostName = "smaug";
|
networking.hostName = "smaug";
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = [ "workstation" ];
|
tags = ["workstation"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue