This commit is contained in:
albert 2024-06-12 21:33:20 +09:00
parent 3b75ab8aef
commit fd2b390089
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 2 additions and 2 deletions

View file

@ -1614,7 +1614,7 @@
"inputs": { "inputs": {
"home-manager": "home-manager_3", "home-manager": "home-manager_3",
"nixpkgs": [ "nixpkgs": [
"nixpkgs-unstable" "nixpkgs"
] ]
}, },
"locked": { "locked": {

View file

@ -81,7 +81,7 @@
"albert@bakersfield-rpi4" = libx.mkHome { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; type = "small"; }; "albert@bakersfield-rpi4" = libx.mkHome { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; type = "small"; };
"albert@steamdeck" = libx.mkHome { hostname = "steamdeck"; desktop = "plasma6"; theme = "stylix"; }; "albert@steamdeck" = libx.mkHome { hostname = "steamdeck"; desktop = "plasma6"; theme = "stylix"; };
# Containers # Containers
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; theme = "stylix"; }; "albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; theme = "green"; };
}; };
deploy.nodes = { deploy.nodes = {
osaka-linode-01 = libx.deploy { hostname = "osaka-linode-01"; }; osaka-linode-01 = libx.deploy { hostname = "osaka-linode-01"; };