This commit is contained in:
Schrottkatze 2025-12-20 19:20:12 +01:00
commit 3ed9b836ee
No known key found for this signature in database
11 changed files with 139 additions and 18 deletions

View file

@ -34,7 +34,6 @@ with builtins;
unzip
gnutar
iw
btop
nodejs
nautilus
@ -118,20 +117,6 @@ with builtins;
bluetooth.enable = true;
};
services.chrony = {
enable = true;
enableNTS = true;
servers = [
"0.de.pool.ntp.org"
"1.de.pool.ntp.org"
"2.de.pool.ntp.org"
"3.de.pool.ntp.org"
];
serverOption = "offline";
extraFlags = [ "-s" ];
extraConfig = "makestep 1 -1";
};
security.rtkit.enable = true;
users.users.jade = {