diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-02-19 19:10:58 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-02-19 19:10:58 +0100 |
commit | d05fb68b774b7011197c1c229e61809f642fcdd2 (patch) | |
tree | fb7b81ab3ae8ea533b8c5fedf801b9a568bd183e /hosts/vidhar/default.nix | |
parent | c0616edd38161b81ec1624efba3f024b120ba4c6 (diff) | |
download | nixos-d05fb68b774b7011197c1c229e61809f642fcdd2.tar nixos-d05fb68b774b7011197c1c229e61809f642fcdd2.tar.gz nixos-d05fb68b774b7011197c1c229e61809f642fcdd2.tar.bz2 nixos-d05fb68b774b7011197c1c229e61809f642fcdd2.tar.xz nixos-d05fb68b774b7011197c1c229e61809f642fcdd2.zip |
hledger
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 90e58b42..de661f4a 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 ./firefly-iii | 7 | ./zfs.nix ./network ./samba.nix ./dns ./prometheus ./borg ./pgbackrest ./postgresql.nix ./immich.nix ./paperless ./firefly-iii ./hledger |
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 |