dolomite: drop tok-00, add fre-00
This commit is contained in:
parent
5b19d8a97e
commit
1c40bbc98f
11 changed files with 151 additions and 286 deletions
18
flake.nix
18
flake.nix
|
@ -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 =
|
||||
{ ... }:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue