nixos: cleanup

This commit is contained in:
Vivian 2021-11-21 21:56:17 +01:00
parent 50fb05ae5f
commit b1fcc4a338
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.