config running from flake
This commit is contained in:
parent
569b186edf
commit
f5090b30cb
1 changed files with 4 additions and 5 deletions
|
|
@ -1,12 +1,10 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, modulesPath, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
#services.openssh.enable = true;
|
#services.openssh.enable = true;
|
||||||
imports = [
|
imports = [
|
||||||
|
"${modulesPath}/virtualisation/proxmox-lxc.nix"
|
||||||
<nixpkgs/nixos/modules/virtualisation/proxmox-lxc.nix>
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -49,7 +47,8 @@
|
||||||
|
|
||||||
proxmoxLXC.manageHostName = true;
|
proxmoxLXC.manageHostName = true;
|
||||||
networking.hostName = "pro";
|
networking.hostName = "pro";
|
||||||
networking.domain = "stura.htw-dresden.de";
|
# wird in der default nix auch gesetzt
|
||||||
|
networking.domain = lib.mkForce "stura.htw-dresden.de";
|
||||||
|
|
||||||
# time.timeZone = "Europe/Berlin";
|
# time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue