Skip to content
Snippets Groups Projects
Commit 464ad2e8 authored by Jens Nolte's avatar Jens Nolte
Browse files

Minor changes

parent 125ef496
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ in ...@@ -29,7 +29,7 @@ in
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Always run the latest kernel # Always run the latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
boot.tmpOnTmpfs = true; boot.tmpOnTmpfs = true;
...@@ -38,9 +38,6 @@ in ...@@ -38,9 +38,6 @@ in
# Restore systemd default # Restore systemd default
services.logind.killUserProcesses = true; services.logind.killUserProcesses = true;
# Freezes on shutdown on some machines. Also probably should only be enabled when required?
security.rngd.enable = lib.mkDefault false;
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
# German locale with english messages # German locale with english messages
...@@ -93,7 +90,6 @@ in ...@@ -93,7 +90,6 @@ in
pwgen pwgen
mosquitto mosquitto
gopass
unzip unzip
file file
darkhttpd darkhttpd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment