mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-12-22 22:37:14 +01:00
meow
This commit is contained in:
parent
682f0354ae
commit
3ed9b836ee
11 changed files with 139 additions and 18 deletions
15
common.nix
15
common.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue