garbage optimise

This commit is contained in:
Till 2023-12-02 17:53:15 +01:00
parent a8d1888580
commit 181d52fe40
5 changed files with 8 additions and 8 deletions

View file

@ -1,10 +1,5 @@
{
description = "First stab at a flake for my system config";
# nix = {
# gc.automatic = true;
# optimize.automatic = true;
# };
description = "Complete system and home config";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
@ -25,7 +20,6 @@
./system/gnome.nix
./system/btrbk.nix
./system/hardware-nova.nix
#firewall
];
};
romulus = nixpkgs.lib.nixosSystem {