Move overlays to flake definition

This commit is contained in:
2023-09-03 01:39:26 +02:00
parent 0b31ff0edf
commit ee5fb41f14
6 changed files with 18 additions and 38 deletions

View File

@@ -69,12 +69,6 @@ with pkgs;
# Keep logs for a week
services.journald.extraConfig = "MaxRetentionSec=1week";
# Allow propietary software and build packages with Pulseaudio support
nixpkgs.config = {
allowUnfree = true;
pulseaudio = true;
};
# Scrub zpool monthly
services.zfs.autoScrub = {
enable = true;
@@ -177,9 +171,6 @@ with pkgs;
./modules/periodic.nix
./modules/power.nix
./modules/monitoring.nix
./overlays/nix-direnv.nix
./overlays/openconnect-sso.nix
./overlays/emacs-vterm.nix
];
}