updated lxc-template

このコミットが含まれているのは:
Markus Schmidl 2019-04-13 20:11:26 +02:00
コミット ea75cc0233
1個のファイルの変更6行の追加0行の削除

ファイルの表示

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