feat(krz01): Move to lab-infra repo

This commit is contained in:
sinavir 2024-10-18 11:34:46 +02:00
parent 113c83bb9c
commit 1a05ea3a9a
22 changed files with 2 additions and 843 deletions

View file

@ -29,30 +29,6 @@
netbirdIp = "100.80.75.197";
};
krz01 = {
interfaces = {
# see also machines/krz01/networking.nix
vmbr0 = {
ipv4 = [
{
address = "129.199.146.21";
prefixLength = 24;
}
{
address = "192.168.1.145";
prefixLength = 24;
}
];
gateways = [ "129.199.146.254" ];
enableDefaultDNS = true;
};
};
hostId = "bd11e8fc";
netbirdIp = "100.80.103.206";
};
geo01 = {
interfaces = {
eno1 = {

View file

@ -80,17 +80,6 @@
nixpkgs = "24.05";
};
krz01 = {
site = "pav01";
hashedPassword = "$y$j9T$eNZQgDN.J5y7KTG2hXgat1$J1i5tjx5dnSZu.C9B7swXi5zMFIkUnmRrnmyLHFAt8/";
stateVersion = "24.05";
nixpkgs = "unstable";
adminGroups = [ "lab" ];
};
storage01 = {
site = "pav01";