Compare commits

..

No commits in common. "a4b77336d724fe2c423429d57a026d407d269c02" and "08adcb74ba3f946950adab02433a79d8a6828541" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -64,6 +64,7 @@
autolock = true;
};
};
programs.unbound.enable = true;
common.remoteAccess.enable = true;
session = lib.mkDefault "hyprland";
hardware.nvidia.modesetting.enable = true;
@ -88,9 +89,6 @@
};
};
# temporary while i am away from server
boot.kernelPackages = pkgs.linuxPackages_6_6;
networking.wg-quick.interfaces.wg0 = {
configFile = "/etc/wireguard/wg0.conf";
autostart = true;

View File

@ -30,9 +30,6 @@
# Enables the generation of /boot/extlinux/extlinux.conf
boot.loader.generic-extlinux-compatible.enable = true;
# temporary while i am away from server
boot.kernelPackages = pkgs.linuxPackages_6_6;
nixfiles = {
profile.server.enable = true;
};