Migrate Lewis to this repo

This commit is contained in:
Pim Kunis 2024-12-01 16:30:28 +01:00
parent 9d96798518
commit 52a4563192
13 changed files with 5873 additions and 55 deletions

View file

@ -0,0 +1,31 @@
{
self,
config,
...
}: {
config = {
facter.reportPath = ./facter.json;
networking.hostName = "lewis";
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";
defaultSopsFile = "${self}/secrets/lewis/nixos.yaml";
};
deployment = {
targetHost = "lewis";
targetUser = "root";
tags = ["server" "kubernetes"];
};
pim = {
sops-nix.usersWithSopsKeys = ["root"];
# TODO: this should be dynamically set using Colmena tags
k3s.serverAddr = "https://jefke.dmz:6443";
data-sharing.enable = true;
backups.enable = true;
};
};
}

5507
machines/lewis/facter.json Normal file

File diff suppressed because it is too large Load diff