{ ... }: { lib, config, ... }: with lib; { imports = [ ./disk.nix ./nfs.nix #./ldap.nix #./beegfs.nix #./ntp.nix #./gateway.nix #./autoinstall.nix #./cache.nix ]; users.users."root".password = "asdasd123"; virtualisation.useDefaultFilesystems = false; virtualisation.fileSystems."/" = { device = config.virtualisation.bootDevice; fsType = "btrfs"; autoFormat = true; }; deployment = { targetHost = "10.32.30.240"; targetUser = "root"; tags = [ "manager" ]; }; networking.hostName = "manager"; }