This commit is contained in:
2025-03-14 14:04:28 -04:00
parent 7a715ae563
commit 32bea7a44c
9 changed files with 97 additions and 102 deletions

View File

@@ -113,7 +113,7 @@
fprintd.enable = false;
# Making sure mullvad works on boot
mullvad-vpn.enable = true;
# mullvad-vpn.enable = true;
};
# Set your time zone.
@@ -211,7 +211,7 @@
# System packages
environment.systemPackages = with pkgs; [
mullvad-vpn
# mullvad-vpn
#secureboot ctl
sbctl
@@ -257,4 +257,12 @@
documentation.enable = true;
documentation.man.enable = true;
documentation.dev.enable = true;
swapDevices = [
{
device = "/var/lib/swapfile";
size = 64 * 1024;
randomEncryption.enable = true;
}
];
}