add svalbard system as nas; xp11 becomes server
This commit is contained in:
parent
9438cc1986
commit
b5948db3da
6 changed files with 170 additions and 1 deletions
|
|
@ -27,4 +27,12 @@
|
|||
deployment.targetHost = "192.168.1.65";
|
||||
imports = [ ../system/xps11/configuration.nix ];
|
||||
};
|
||||
|
||||
nas = {
|
||||
deployment.targetHost = "192.168.1.168";
|
||||
imports = [ ../system/svalbard/configuration.nix ];
|
||||
networking.wireless.networks.N904.pskRaw = (
|
||||
(import ../system/framework/keys.nix).wifi.N904.pskRaw
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue