nixos: cleanup

This commit is contained in:
Vivian 2021-11-21 21:56:17 +01:00
parent a967b6ab05
commit 8f0eb95dda
7 changed files with 31 additions and 44 deletions

View file

@ -32,6 +32,7 @@
};
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [ (import ../pkgs) ];
# Limit the systemd journal to 100 MB of disk or the
# last 7 days of logs, whichever happens first.