tohru: rearrange and split up configuration
This commit is contained in:
parent
444c69edd3
commit
d112e705f1
7 changed files with 103 additions and 118 deletions
12
flake.nix
12
flake.nix
|
@ -47,17 +47,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
tohru = { name, nodes, ... }: {
|
||||
networking.hostId = "31da19c1";
|
||||
deployment = {
|
||||
allowLocalDeployment = true;
|
||||
targetHost = null; # disallow remote deployment
|
||||
};
|
||||
|
||||
imports = [
|
||||
./hosts/tohru/configuration.nix
|
||||
];
|
||||
};
|
||||
tohru.imports = [ ./hosts/tohru ];
|
||||
|
||||
yevaud = { name, nodes, ... }: {
|
||||
networking.hostId = "09673d65";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue