mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Secret services are now under cover
This commit is contained in:
parent
f01fd4e8ca
commit
96d5711503
7 changed files with 23 additions and 7 deletions
|
@ -68,7 +68,7 @@
|
|||
prefixLength = 120;
|
||||
}];
|
||||
|
||||
networking.nameservers = [ "8.8.8.8" ];
|
||||
networking.nameservers = [ "10.100.0.2" ];
|
||||
networking.hostId = "fbb334ae";
|
||||
services.zfs.autoSnapshot.enable = true;
|
||||
services.zfs.autoScrub.enable = true;
|
||||
|
@ -123,7 +123,7 @@
|
|||
publicKey = "TAIP4faPBx6gk1cifC6fdfIP6slo1ir+HMVKxQXBejo=";
|
||||
}
|
||||
{
|
||||
allowedIPs = [ "10.100.0.8" ];
|
||||
allowedIPs = [ "10.100.0.8/32" ];
|
||||
publicKey = "EmWRWnZfr60ekm4ZLdwa6gXU6V3p39p6tWOZ03dL+DA=";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue