change name of nas to server since that is its long-term job

This commit is contained in:
Haak Saxberg 2022-08-03 08:23:39 -07:00
parent c3c0648b46
commit 9438cc1986

View file

@ -23,7 +23,7 @@
home-manager.users.haak = (import ../home/commandline.nix);
};
nas = {
server = {
deployment.targetHost = "192.168.1.65";
imports = [ ../system/xps11/configuration.nix ];
};