diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-02-18 20:43:43 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-02-18 20:43:43 +0100 |
commit | c0616edd38161b81ec1624efba3f024b120ba4c6 (patch) | |
tree | 25812919ca3e2f062cbc501e4235848d72c9f889 /hosts/vidhar/default.nix | |
parent | 4f8de36fe8ceae7d57632c319bcadfeaa7e1a3fd (diff) | |
download | nixos-c0616edd38161b81ec1624efba3f024b120ba4c6.tar nixos-c0616edd38161b81ec1624efba3f024b120ba4c6.tar.gz nixos-c0616edd38161b81ec1624efba3f024b120ba4c6.tar.bz2 nixos-c0616edd38161b81ec1624efba3f024b120ba4c6.tar.xz nixos-c0616edd38161b81ec1624efba3f024b120ba4c6.zip |
firefly-iii
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r-- | hosts/vidhar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 9660931d..90e58b42 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -4,7 +4,7 @@ with lib; | |||
4 | 4 | ||
5 | { | 5 | { |
6 | imports = with flake.nixosModules.systemProfiles; [ | 6 | imports = with flake.nixosModules.systemProfiles; [ |
7 | ./zfs.nix ./network ./samba.nix ./dns ./prometheus ./borg ./pgbackrest ./postgresql.nix ./immich.nix ./paperless | 7 | ./zfs.nix ./network ./samba.nix ./dns ./prometheus ./borg ./pgbackrest ./postgresql.nix ./immich.nix ./paperless ./firefly-iii |
8 | tmpfs-root zfs | 8 | tmpfs-root zfs |
9 | initrd-all-crypto-modules default-locale openssh rebuild-machines | 9 | initrd-all-crypto-modules default-locale openssh rebuild-machines |
10 | build-server | 10 | build-server |