Compare commits
No commits in common. "13a59c4657fae3b61cde22e3ae51c2122271c566" and "3f34cc8f347cd164fb3a6c843913d9a35b8371a0" have entirely different histories.
13a59c4657
...
3f34cc8f34
|
@ -52,11 +52,6 @@
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/vault/VMs/legacy" = {
|
||||
device = "vault/VMs/legacy";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/vault/backups" = {
|
||||
device = "vault/backups";
|
||||
fsType = "zfs";
|
||||
|
@ -72,6 +67,11 @@
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/vault/sica" = {
|
||||
device = "vault/sica";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/vault/code" = {
|
||||
device = "vault/code";
|
||||
fsType = "zfs";
|
||||
|
|
|
@ -94,11 +94,6 @@ in {
|
|||
publicKey = "4jiEKaPjNPU3JghfwLyArRhCKZmT8VYN07iw0SL/eHc=";
|
||||
allowedIPs = [ "10.9.0.3/32" ];
|
||||
}
|
||||
# fernando
|
||||
{
|
||||
publicKey = "5DU9ipxJcut2wKrUr3yQux9crzXMSW4ZeKWFLRpUc1I=";
|
||||
allowedIPs = [ "10.9.0.4/32" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue