add svalbard system as nas; xp11 becomes server

This commit is contained in:
Haak Saxberg 2022-08-09 17:11:56 -07:00
parent 9438cc1986
commit b5948db3da
6 changed files with 170 additions and 1 deletions

View file

@ -7,4 +7,10 @@
cert = if builtins.pathExists "/home/haak/dotfiles/secrets/syncthing/cert.pem" then "/home/haak/dotfiles/secrets/syncthing/cert.pem" else null;
key = if builtins.pathExists "/home/haak/dotfiles/secrets/syncthing/key.pem" then "/home/haak/dotfiles/secrets/syncthing/key.pem" else null;
};
wifi = {
N904 = {
pskRaw = if builtins.pathExists "/home/haak/dotfiles/secrets/wifi/n904/pskRaw.txt" then builtins.readFile "/home/haak/dotfiles/secrets/wifi/n904/pskRaw.txt" else null;
};
};
}