refactoring for iServer and isWorkstation: part 1
This commit is contained in:
parent
94f540b2d0
commit
af1d9ac368
37 changed files with 663 additions and 508 deletions
12
flake.nix
12
flake.nix
|
|
@ -76,6 +76,10 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
hostType = {
|
||||
isServer = false;
|
||||
isWorkstation = true;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
./hosts/desktops/rotterdam.nix
|
||||
|
|
@ -98,6 +102,10 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
hostType = {
|
||||
isServer = false;
|
||||
isWorkstation = true;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
./hosts/desktops/io.nix
|
||||
|
|
@ -120,6 +128,10 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
hostType = {
|
||||
isServer = true;
|
||||
isWorkstation = false;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
./hosts/servers/alexandria.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue