hosts: move attic to kaze
This commit is contained in:
parent
ec7af08a0c
commit
ec54c1e260
3 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
||||||
storage = {
|
storage = {
|
||||||
type = "s3";
|
type = "s3";
|
||||||
region = "us-east-1";
|
region = "us-east-1";
|
||||||
bucket = "flakesh-binary-cache";
|
bucket = "kyasshu";
|
||||||
endpoint = "https://s3.flake.sh/";
|
endpoint = "https://s3.flake.sh/";
|
||||||
};
|
};
|
||||||
};
|
};
|
|
@ -2,5 +2,6 @@ _: {
|
||||||
imports = [
|
imports = [
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./minio.nix
|
./minio.nix
|
||||||
|
./attic.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
./uptimekuma.nix
|
./uptimekuma.nix
|
||||||
./ntfy-sh.nix
|
./ntfy-sh.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./attic.nix
|
|
||||||
./factorio.nix
|
./factorio.nix
|
||||||
# ./minecraft.nix
|
# ./minecraft.nix
|
||||||
# ./foundryvtt.nix
|
# ./foundryvtt.nix
|
||||||
|
|
Loading…
Reference in a new issue