Rename 'laptop' suite to 'desktop'. Don't seperate hosts by suite.
This commit is contained in:
parent
20c6461e14
commit
e568306ec5
9 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
|||
in
|
||||
mergeHosts [
|
||||
(mkHost "muskduck" {
|
||||
suite = "laptop";
|
||||
suite = "desktop";
|
||||
extraModules = [
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-t480
|
||||
|
|
|
@ -66,13 +66,13 @@ with inputs.nixpkgs.lib; {
|
|||
nixvim.nixosModules.nixvim
|
||||
./suites/common.nix
|
||||
./suites/${suite}.nix
|
||||
./hosts/${suite}/${hostname}.nix
|
||||
./hosts/${hostname}.nix
|
||||
]
|
||||
++ (filesystem.listFilesRecursive ./modules)
|
||||
++ extraModules;
|
||||
};
|
||||
}
|
||||
// optionalAttrs (suite != "laptop") {
|
||||
// optionalAttrs (suite != "desktop") {
|
||||
deploy.nodes.${hostname} = {
|
||||
hostname = "${hostname}.local";
|
||||
profiles.system = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue