diff options
author | Ben Sima <ben@bsima.me> | 2019-11-23 16:08:17 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-23 16:30:01 -0800 |
commit | bd1e5b66d9e09b9b5d43c46d2e25692b476a81d0 (patch) | |
tree | b957b1bb8d019ad621bf1b00d6c496e289bf53ae | |
parent | c99c5de03e5e7b45c2fcf81433c8ff4df8e5cfc4 (diff) |
Cleanup default.nix
-rw-r--r-- | default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/default.nix b/default.nix index c41199d..5583500 100644 --- a/default.nix +++ b/default.nix @@ -20,14 +20,11 @@ in { imports = [ ./Com/Simatime/hardware.nix ./Com/Simatime/networking.nix - # common infra ./Com/Simatime/packages.nix - # configured modules ./Com/Simatime/git.nix ./Com/Simatime/mail.nix ./Com/Simatime/web.nix ./Com/Simatime/znc.nix - # third party nixos-mailserver ]; programs.mosh = { @@ -66,7 +63,6 @@ in { configuration = { imports = [ ./Com/InfluencedByBooks/service.nix - # common infra ./Com/Simatime/packages.nix ]; nixpkgs.config.allowUnfree = true; |