Compare commits
2 Commits
08adcb74ba
...
a4b77336d7
Author | SHA1 | Date | |
---|---|---|---|
a4b77336d7 | |||
dce1a77c1d |
@ -64,7 +64,6 @@
|
|||||||
autolock = true;
|
autolock = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.unbound.enable = true;
|
|
||||||
common.remoteAccess.enable = true;
|
common.remoteAccess.enable = true;
|
||||||
session = lib.mkDefault "hyprland";
|
session = lib.mkDefault "hyprland";
|
||||||
hardware.nvidia.modesetting.enable = true;
|
hardware.nvidia.modesetting.enable = true;
|
||||||
@ -89,6 +88,9 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# temporary while i am away from server
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||||
|
|
||||||
networking.wg-quick.interfaces.wg0 = {
|
networking.wg-quick.interfaces.wg0 = {
|
||||||
configFile = "/etc/wireguard/wg0.conf";
|
configFile = "/etc/wireguard/wg0.conf";
|
||||||
autostart = true;
|
autostart = true;
|
||||||
|
@ -30,6 +30,9 @@
|
|||||||
# Enables the generation of /boot/extlinux/extlinux.conf
|
# Enables the generation of /boot/extlinux/extlinux.conf
|
||||||
boot.loader.generic-extlinux-compatible.enable = true;
|
boot.loader.generic-extlinux-compatible.enable = true;
|
||||||
|
|
||||||
|
# temporary while i am away from server
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||||
|
|
||||||
nixfiles = {
|
nixfiles = {
|
||||||
profile.server.enable = true;
|
profile.server.enable = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user