change name of nas to server since that is its long-term job
This commit is contained in:
parent
c3c0648b46
commit
9438cc1986
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
home-manager.users.haak = (import ../home/commandline.nix);
|
home-manager.users.haak = (import ../home/commandline.nix);
|
||||||
};
|
};
|
||||||
|
|
||||||
nas = {
|
server = {
|
||||||
deployment.targetHost = "192.168.1.65";
|
deployment.targetHost = "192.168.1.65";
|
||||||
imports = [ ../system/xps11/configuration.nix ];
|
imports = [ ../system/xps11/configuration.nix ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue