update flake
This commit is contained in:
parent
6f0ae1cf45
commit
13ad7ca11d
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@
|
||||||
"albert@piaware-rpi4" = libx.mkHome { hostname = "piaware-rpi4"; system = "aarch64-linux"; type = "small"; };
|
"albert@piaware-rpi4" = libx.mkHome { hostname = "piaware-rpi4"; system = "aarch64-linux"; type = "small"; };
|
||||||
"albert@quitman-rpi4" = libx.mkHome { hostname = "quitman-rpi4"; system = "aarch64-linux"; type = "small"; };
|
"albert@quitman-rpi4" = libx.mkHome { hostname = "quitman-rpi4"; system = "aarch64-linux"; type = "small"; };
|
||||||
# Containers
|
# Containers
|
||||||
"albert@nixos-rdesktop" = libx.mkHome { hostname = "nixos-rdesktop"; };
|
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; };
|
||||||
};
|
};
|
||||||
deploy.nodes = {
|
deploy.nodes = {
|
||||||
osaka-linode-01 = libx.deploy { hostname = "osaka-linode-01"; };
|
osaka-linode-01 = libx.deploy { hostname = "osaka-linode-01"; };
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
desktopManager.xfce.enable = true;
|
desktopManager.xfce.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
servics.xrdp.defaultWindowManager = "xfce4-session";
|
services.xrdp.defaultWindowManager = "xfce4-session";
|
||||||
|
|
||||||
# environment.systemPackages = with pkgs; [ ];
|
# environment.systemPackages = with pkgs; [ ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue