update flake

This commit is contained in:
albert 2024-03-21 22:49:51 +09:00
parent 6f0ae1cf45
commit 13ad7ca11d
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 2 additions and 2 deletions

View file

@ -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"; };

View file

@ -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; [ ];
} }