A lot of little fix on errors

This commit is contained in:
2026-01-25 11:15:18 +01:00
parent 69dc28534e
commit 38852f47a9
6 changed files with 14 additions and 16 deletions
+3 -1
View File
@@ -47,12 +47,14 @@
};
networking.hostName = "nixos";
networking.firewall.enable = true;
time.timeZone = "Europe/Brussels";
# System services
within.boot.systemd.enable = true;
within.boot.plymouth.enable = true;
within.graphics.nvidia.base.enable = true;
within.graphics.nvidia.enable = true;
within.audio.pipewire.enable = true;
within.networks.dns.enable = true;
within.networks.manager.enable = true;