updated lxc-template

This commit is contained in:
Markus Schmidl 2019-04-13 20:11:26 +02:00
parent 07286cb120
commit ea75cc0233
1 changed files with 6 additions and 0 deletions

View File

@ -8,11 +8,17 @@
imports = imports =
[ ../../lib/lxc-container.nix [ ../../lib/lxc-container.nix
../../lib/shared.nix ../../lib/shared.nix
../../lib/admins.nix
]; ];
networking.hostName = "nixbert"; # Define your hostname. networking.hostName = "nixbert"; # Define your hostname.
networking.useNetworkd = false; networking.useNetworkd = false;
services.openssh = {
enable = true;
permitRootLogin = "yes";
};
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [