Compare commits
No commits in common. "a4b77336d724fe2c423429d57a026d407d269c02" and "08adcb74ba3f946950adab02433a79d8a6828541" have entirely different histories.
a4b77336d7
...
08adcb74ba
@ -64,6 +64,7 @@
|
|||||||
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;
|
||||||
@ -88,9 +89,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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,9 +30,6 @@
|
|||||||
# 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