feat: prepare initial cube host

This commit is contained in:
2026-03-30 00:59:20 +02:00
parent 18105107a6
commit 7d18c2713f
2 changed files with 53 additions and 0 deletions

View File

@@ -73,6 +73,18 @@ in
];
};
cube = mkHost "cube" {
system = "x86_64-linux";
user = "matej";
features = [
"openssh"
"localisation"
"shell"
"tailscale"
"remote-base"
];
};
# nix run github:nix-community/nixos-anywhere -- --flake .#floo root@<ip>
floo = mkHost "floo" {
system = "x86_64-linux";