Remove old cruft
This commit is contained in:
parent
d45c64d92b
commit
ad688375bf
|
@ -55,7 +55,6 @@
|
||||||
services.timesyncd.enable = true;
|
services.timesyncd.enable = true;
|
||||||
|
|
||||||
# Enable ZFS support
|
# Enable ZFS support
|
||||||
networking.hostId = "4e74ea68";
|
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
|
||||||
# Scrub zpool monthly
|
# Scrub zpool monthly
|
||||||
|
@ -99,20 +98,7 @@
|
||||||
# Increase inotify limits
|
# Increase inotify limits
|
||||||
boot.kernel.sysctl = { "fs.inotify.max_user_watches" = 204800; };
|
boot.kernel.sysctl = { "fs.inotify.max_user_watches" = 204800; };
|
||||||
|
|
||||||
# MOTD message
|
|
||||||
programs.fish.interactiveShellInit = "${./scripts/motd.sh}";
|
|
||||||
|
|
||||||
# Import other configuration modules
|
# Import other configuration modules
|
||||||
imports = [
|
imports = [ ./modules/hardware-configuration.nix ./modules/networking.nix ];
|
||||||
./modules/hardware-configuration.nix
|
|
||||||
./modules/networking.nix
|
|
||||||
./modules/datasync.nix
|
|
||||||
./modules/webstack.nix
|
|
||||||
./modules/devops.nix
|
|
||||||
./modules/monitoring.nix
|
|
||||||
./modules/periodic.nix
|
|
||||||
./modules/communication.nix
|
|
||||||
./modules/information.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue