Clean up configuration
This commit is contained in:
parent
b73c35dc3b
commit
c91186e4aa
|
@ -37,9 +37,6 @@
|
||||||
# Rotate logs after 14 days
|
# Rotate logs after 14 days
|
||||||
services.journald.extraConfig = "SystemMaxFiles=14";
|
services.journald.extraConfig = "SystemMaxFiles=14";
|
||||||
|
|
||||||
# Allow propietary software and build packages with Pulseaudio support
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
# Scrub zpool monthly
|
# Scrub zpool monthly
|
||||||
services.zfs.autoScrub = {
|
services.zfs.autoScrub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -48,12 +45,12 @@
|
||||||
|
|
||||||
# Set timezone and synchronize NTP
|
# Set timezone and synchronize NTP
|
||||||
time.timeZone = "Europe/Brussels";
|
time.timeZone = "Europe/Brussels";
|
||||||
services.chrony.enable = true;
|
services.timesyncd.enable = true;
|
||||||
|
|
||||||
# NixOS version
|
# NixOS version
|
||||||
system.stateVersion = "20.09";
|
system.stateVersion = "20.09";
|
||||||
|
|
||||||
# Create coolneng user
|
# Create coace user
|
||||||
users.users.coace = {
|
users.users.coace = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/coace";
|
home = "/home/coace";
|
||||||
|
|
Loading…
Reference in New Issue