summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
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;