nixos-module/container/defaults: disable openssh

This commit is contained in:
Astro 2021-04-12 23:40:17 +02:00
parent 7e776b2dbf
commit 8013241d6c
1 changed files with 2 additions and 0 deletions

View File

@ -36,4 +36,6 @@
nix-daemon.enable = false;
};
systemd.sockets.nix-daemon.enable = false;
services.openssh.enable = false;
}