diff options
author | Ben Sima <ben@bsima.me> | 2019-11-08 19:15:28 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-08 19:15:28 -0800 |
commit | 963a3f5dc7cfc1494cfe38572ab88830b238514b (patch) | |
tree | bcd66095f0d3c14bb7b4898e8afc446f2119bb4e /default.nix | |
parent | 356546a377e8f16b497efc24090bb6926c0d0d5e (diff) |
remove redundant config block
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 4 |
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; }; |