1
1
Fork 0

Enable defaults.nebula

This commit is contained in:
Tim Van Baak 2023-08-02 17:27:42 +00:00
parent 504d1a4283
commit 5470f2672d
1 changed files with 0 additions and 19 deletions

View File

@ -9,9 +9,6 @@ in {
]; ];
beatific.hostName = "catacomb"; beatific.hostName = "catacomb";
beatific.defaults = {
nebula = false;
};
boot = { boot = {
loader = { loader = {
@ -154,22 +151,6 @@ in {
}; };
}; };
services.nebula.networks.beatific = lib.recursiveUpdate beatific.nebula-defaults {
enable = true;
# Network certificate and host credentials
ca = "/etc/nebula/beatific/beatific.crt";
cert = "/etc/nebula/beatific/catacomb.crt";
key = "/etc/nebula/beatific/catacomb.key";
# Connect to the lighthouse at empyrean
# Note that this is a VPN address, not a public address
lighthouses = [ beatific.empyrean-vpn-ip ];
# Map the lighthouse address to its public address
staticHostMap = beatific.empyrean-host-map;
};
services.zfs = { services.zfs = {
autoScrub = { autoScrub = {
enable = true; enable = true;