1
0
Fork 0
forked from foxora/nix

added more servers waow :3

This commit is contained in:
foxora 2026-05-21 00:38:01 +01:00
parent 75152e3d89
commit 7bdf539d5a
9 changed files with 408 additions and 75 deletions

View file

@ -1,8 +1,11 @@
{...}: {
{pkgs, ...}: {
nix.settings = {
trusted-users = ["root" "@wheel"];
};
# default kernel to use
boot.kernelPackages = pkgs.linuxPackages_6_12;
security = {
sudo = {
enable = true;