diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-09 20:36:07 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-09 20:36:07 +0200 |
commit | 3905093084393d6b7f4168371cf4ba64b54a1d11 (patch) | |
tree | 6f12c173e8789245d0ba3b56d551145ac0ac56ac /hosts/vidhar/default.nix | |
parent | 50e7168a785464e75c48296de718e1fc26d9dccb (diff) | |
download | nixos-3905093084393d6b7f4168371cf4ba64b54a1d11.tar nixos-3905093084393d6b7f4168371cf4ba64b54a1d11.tar.gz nixos-3905093084393d6b7f4168371cf4ba64b54a1d11.tar.bz2 nixos-3905093084393d6b7f4168371cf4ba64b54a1d11.tar.xz nixos-3905093084393d6b7f4168371cf4ba64b54a1d11.zip |
audiobookshelf
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 90ab40dd..b65a4cf8 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 ./hledger | 7 | ./zfs.nix ./network ./samba.nix ./dns ./prometheus ./borg ./pgbackrest ./postgresql.nix ./immich.nix ./paperless ./hledger ./audiobookshelf.nix |
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 |