summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-08 19:15:28 -0800
committerBen Sima <ben@bsima.me>2019-11-08 19:15:28 -0800
commit963a3f5dc7cfc1494cfe38572ab88830b238514b (patch)
treebcd66095f0d3c14bb7b4898e8afc446f2119bb4e /default.nix
parent356546a377e8f16b497efc24090bb6926c0d0d5e (diff)
remove redundant config block
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 3b0c83d..3d3250c 100644
--- a/default.nix
+++ b/default.nix
@@ -59,10 +59,6 @@ in {
./Com/Simatime/packages.nix
];
nixpkgs.config.allowUnfree = true;
- services.openssh = {
- enable = true;
- passwordAuthentication = false;
- };
boot.isContainer = true;
networking.useDHCP = false;
};