test
This commit is contained in:
parent
ad840a141d
commit
49e538439a
2 changed files with 6 additions and 13 deletions
|
@ -19,11 +19,5 @@
|
|||
desktopManager.xfce.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
arc-kde-theme
|
||||
arc-theme
|
||||
papirus-icon-theme
|
||||
plasma-theme-switcher
|
||||
tailscale-systray
|
||||
];
|
||||
# environment.systemPackages = with pkgs; [ ];
|
||||
}
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
{ username, stateVersion, ... }: {
|
||||
{ ... }: {
|
||||
networking.firewall.allowedTCPPorts = [ 3390 ];
|
||||
|
||||
containers.desktop = {
|
||||
containers.rdesktop = {
|
||||
autoStart = true;
|
||||
privateNetwork = false;
|
||||
config = { config, pkgs, lib, ... }: {
|
||||
config = { config, pkgs, lib, username, stateVersion, ... }: {
|
||||
networking.hostName = "nixos-rdesktop";
|
||||
system.stateVersion = stateVersion;
|
||||
|
||||
imports = [
|
||||
../common/desktops/xfce
|
||||
../users/${username}
|
||||
../../common/desktops/xfce
|
||||
];
|
||||
|
||||
networking.firewall = {
|
||||
|
|
Loading…
Reference in a new issue