diff --git a/nixos/containers/rdesktop.nix b/nixos/containers/rdesktop.nix index 9bde282e..bd8bd01f 100644 --- a/nixos/containers/rdesktop.nix +++ b/nixos/containers/rdesktop.nix @@ -11,7 +11,7 @@ imports = [ ../common/desktops/${desktop} - ../users/${username} + # ../users/${username} ]; networking.firewall = { diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index 2183d9a6..6ee7b732 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -1,4 +1,4 @@ -{ inputs, config, lib, pkgs, modulesPath, system, ... }: { +{ username, stateVersion, inputs, config, lib, pkgs, modulesPath, system, ... }: { imports = [ inputs.nixos-hardware.nixosModules.framework-13th-gen-intel (modulesPath + "/installer/scan/not-detected.nix") @@ -8,7 +8,7 @@ ../../common/modules/ssh-luks.nix ../../common/services/docker.nix ../../common/services/tailscale-autoconnect.nix - ( import ../../containers/rdesktop.nix { desktop = "xfce"; } ) + ( import ../../containers/rdesktop.nix { desktop = "xfce"; stateVersion = stateVersion; username = username;} ) ./disks.nix ./builder.nix ./wireguard.nix