Compare commits

..

1 commit

Author SHA1 Message Date
Jermeiah S
6a1bc46ecb
init: uptime-kuma 2025-06-19 14:41:24 -04:00
3 changed files with 8 additions and 10 deletions

View file

@ -33,7 +33,7 @@ in
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
];
};
hostName = "observer-tofu";
hostName = "kuma";
};
environment.systemPackages = [
];

View file

@ -16,14 +16,6 @@ in
self.nixosModules.default
"${modulesPath}/virtualisation/lxc-container.nix"
];
sops.secrets = {
otfenv = {
owner = "otf";
group = "otf";
mode = "0550";
};
};
services = {
tty-ips.enable = true;
otf = {

View file

@ -11,6 +11,12 @@
];
sops = {
defaultSopsFile = ../../../secrets.yaml;
secrets = {
otfenv = {
owner = "otf";
group = "otf";
mode = "0550";
};
};
};
}