dolomite: drop tok-00, add fre-00

This commit is contained in:
xinyangli 2024-11-26 17:36:16 +08:00
parent 5b19d8a97e
commit 1c40bbc98f
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
11 changed files with 151 additions and 286 deletions

View file

@ -116,6 +116,10 @@
./machines/dolomite/lightsail.nix
./machines/dolomite/common.nix
];
fra-00 = [
./machines/dolomite/fra.nix
./machines/dolomite/common.nix
];
osmium = [
./machines/osmium
];
@ -229,6 +233,20 @@
};
};
fra-00 =
{ ... }:
{
imports = nodeNixosModules.fra-00 ++ sharedColmenaModules;
nixpkgs.system = "x86_64-linux";
networking.hostName = "fra-00";
system.stateVersion = "24.05";
deployment = {
targetHost = "fra-00.video.namely.icu";
buildOnTarget = false;
tags = [ "proxy" ];
};
};
raspite =
{ ... }:
{