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
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue