feat: prepare initial floo host

This commit is contained in:
2026-03-28 00:49:37 +01:00
parent dc2e7bf1aa
commit 99fea4e9db
2 changed files with 49 additions and 0 deletions

View File

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