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
|
in
|
||||||
mergeHosts [
|
mergeHosts [
|
||||||
(mkHost "muskduck" {
|
(mkHost "muskduck" {
|
||||||
suite = "laptop";
|
suite = "desktop";
|
||||||
extraModules = [
|
extraModules = [
|
||||||
lanzaboote.nixosModules.lanzaboote
|
lanzaboote.nixosModules.lanzaboote
|
||||||
nixos-hardware.nixosModules.lenovo-thinkpad-t480
|
nixos-hardware.nixosModules.lenovo-thinkpad-t480
|
||||||
|
|
|
@ -66,13 +66,13 @@ with inputs.nixpkgs.lib; {
|
||||||
nixvim.nixosModules.nixvim
|
nixvim.nixosModules.nixvim
|
||||||
./suites/common.nix
|
./suites/common.nix
|
||||||
./suites/${suite}.nix
|
./suites/${suite}.nix
|
||||||
./hosts/${suite}/${hostname}.nix
|
./hosts/${hostname}.nix
|
||||||
]
|
]
|
||||||
++ (filesystem.listFilesRecursive ./modules)
|
++ (filesystem.listFilesRecursive ./modules)
|
||||||
++ extraModules;
|
++ extraModules;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
// optionalAttrs (suite != "laptop") {
|
// optionalAttrs (suite != "desktop") {
|
||||||
deploy.nodes.${hostname} = {
|
deploy.nodes.${hostname} = {
|
||||||
hostname = "${hostname}.local";
|
hostname = "${hostname}.local";
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue