From ea75cc0233bda363968a74780afefd3453943737 Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Sat, 13 Apr 2019 20:11:26 +0200 Subject: [PATCH] updated lxc-template --- hosts/containers/lxc-template.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/containers/lxc-template.nix b/hosts/containers/lxc-template.nix index c8ee8bf4..3b1e05a8 100644 --- a/hosts/containers/lxc-template.nix +++ b/hosts/containers/lxc-template.nix @@ -8,11 +8,17 @@ imports = [ ../../lib/lxc-container.nix ../../lib/shared.nix + ../../lib/admins.nix ]; networking.hostName = "nixbert"; # Define your hostname. networking.useNetworkd = false; + services.openssh = { + enable = true; + permitRootLogin = "yes"; + }; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [