From fa7a407bda1b26b413702287f227629af0798f55 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 8 Mar 2023 02:57:57 -0500 Subject: another major refactor --- hosts/common/default.nix | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 hosts/common/default.nix (limited to 'hosts/common/default.nix') diff --git a/hosts/common/default.nix b/hosts/common/default.nix deleted file mode 100644 index 25d08d3..0000000 --- a/hosts/common/default.nix +++ /dev/null @@ -1,25 +0,0 @@ -_: { - imports = [ - ./documentation.nix - ./desktop - ./fonts.nix - ./locale.nix - ./packages.nix - ./security.nix - ./systemd.nix - ./users.nix - ]; - - nix = { - gc = { - automatic = true; - dates = "weekly"; - options = "--delete-older-than 7d"; - }; - settings = { - auto-optimise-store = true; - warn-dirty = false; - }; - }; - # config.services.kmscon.enable = true; -} -- cgit v1.2.3