runs on prod now :)

This commit is contained in:
KoenDR06 2026-02-10 01:04:47 +01:00
parent d7812f37c3
commit 4c66c514a3
5 changed files with 83 additions and 87 deletions

View file

@ -1,4 +1,6 @@
{...}: {
{config, ...}: let
username = config.horseman.username;
in {
imports = [
../../modules
];
@ -6,6 +8,15 @@
config.horseman = {
users.default.enable = true;
containers = {
enable = true;
backupDir = "/home/${username}/backups";
nginx.enable = true;
vaultwarden.enable = true;
forgejo.enable = true;
};
base = {
nix.enable = true;
locale.enable = true;