Testing Gnome in the rdesktop container

This commit is contained in:
albert 2025-01-07 20:35:53 +01:00
parent 2c10c8bfa9
commit 7eb2667ec4
Signed by: albert
GPG key ID: 3895DD267CA11BA9
3 changed files with 3 additions and 3 deletions

View file

@ -97,7 +97,7 @@
"albert@bakersfield-rpi4" = libx.mkHome { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; type = "small"; };
# Containers
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; };
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "gnome"; };
};
deploy.nodes = {
# Linode VMs

View file

@ -4,7 +4,7 @@ let
in {
containers = {
rdesktop = libx.mkContainer { hostname = "rdesktop"; ip = "2"; desktop = "plasma6"; unfree = true; theme = "gruvbox"; };
rdesktop = libx.mkContainer { hostname = "rdesktop"; ip = "2"; unfree = true; desktop = "gnome"; };
};
# Networking config

@ -1 +1 @@
Subproject commit 26552d8bade6fa39188ebf68e9ffa1a8dcd75108
Subproject commit 8ed82c9afaac6359cf4603196f7a5bd4b399a4b5