feat: Split all the services into their own files

This commit is contained in:
uttarayan21
2025-01-05 23:16:00 +05:30
parent 3e70fa7efb
commit 35676b7383
11 changed files with 348 additions and 295 deletions

View File

@@ -6,8 +6,8 @@
}: {
imports = [
# Include the results of the hardware scan.
./services
./mirai.nix
./services.nix
./docker.nix
];
security.sudo.wheelNeedsPassword = false;
@@ -15,7 +15,6 @@
defaultSopsFile = ../../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/home/fs0c131y/.config/sops/age/keys.txt";
secrets."nextcloud/adminpass".owner = config.users.users.nextcloud.name;
secrets."llama/user".owner = config.services.caddy.user;
secrets."builder/mirai/cache/private" = {};
secrets."llama/api_key".owner = config.services.caddy.user;