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; [