updated lxc-template

Esse commit está contido em:
Markus Schmidl 2019-04-13 20:11:26 +02:00
commit ea75cc0233
1 arquivos alterados com 6 adições e 0 exclusões

Ver arquivo

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