passing all tests for all systems
This commit is contained in:
+1
-12
@@ -10,18 +10,6 @@
|
||||
../profiles/wireguard-server
|
||||
];
|
||||
|
||||
# Capsul specific
|
||||
users.users.cyberian = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
mossnet.wg = {
|
||||
enable = true;
|
||||
ips = [ "10.0.69.5/24" ];
|
||||
privateKeyFile = "/home/anish/wg/wg-priv";
|
||||
};
|
||||
|
||||
# mossnet.backup = {
|
||||
# enable = false;
|
||||
# name = "sealight";
|
||||
@@ -34,4 +22,5 @@
|
||||
# databases = [ "matrix-synapse" "gitea" ];
|
||||
# location = "/var/backup/postgresql";
|
||||
# };
|
||||
|
||||
}
|
||||
|
||||
@@ -23,4 +23,5 @@
|
||||
swapDevices = [ ];
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user