diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-02-14 14:34:33 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-02-14 14:34:33 +0100 |
commit | 821d99f17c9dd5660e5c450e4435616178ae4c73 (patch) | |
tree | bd7a6fe19e431d918587ede9c96db6c0196bdab7 /hosts/vidhar/default.nix | |
parent | 10b7a66bdf7181026914e753c5260a5adef04214 (diff) | |
download | nixos-821d99f17c9dd5660e5c450e4435616178ae4c73.tar nixos-821d99f17c9dd5660e5c450e4435616178ae4c73.tar.gz nixos-821d99f17c9dd5660e5c450e4435616178ae4c73.tar.bz2 nixos-821d99f17c9dd5660e5c450e4435616178ae4c73.tar.xz nixos-821d99f17c9dd5660e5c450e4435616178ae4c73.zip |
...
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 b0797d8a..9660931d 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 | 7 | ./zfs.nix ./network ./samba.nix ./dns ./prometheus ./borg ./pgbackrest ./postgresql.nix ./immich.nix ./paperless |
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 |