Migrate Jefke to this repo

This commit is contained in:
Pim Kunis 2024-12-01 15:40:51 +01:00
parent 93a0fa6a03
commit 9d96798518
9 changed files with 3752 additions and 70 deletions

View file

@ -18,4 +18,9 @@
system = "x86_64-linux";
nixosModule = import ./atlas/configuration.nix;
};
jefke = {
system = "x86_64-linux";
nixosModule = import ./jefke/configuration.nix;
};
}

View file

@ -0,0 +1,20 @@
{config, ...}: {
config = {
facter.reportPath = ./facter.json;
networking.hostName = "jefke";
system.stateVersion = "23.05";
users.users.root.openssh.authorizedKeys.keys = config.pim.ssh.keys.pim ++ config.pim.ssh.keys.niels;
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
deployment = {
targetHost = "jefke";
targetUser = "root";
tags = ["server" "kubernetes"];
};
pim = {
sops-nix.usersWithSopsKeys = ["root"];
k3s.clusterInit = true;
};
};
}

3593
machines/jefke/facter.json Normal file

File diff suppressed because it is too large Load diff