diff options
| author | Grigory Shipunov | 2025-01-21 17:39:25 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-24 22:27:05 +0100 |
| commit | 42aa8b3a7873c38a1769cef27b7215b683f25737 (patch) | |
| tree | 1fde78c8ed662834e1b1eee6032dc4ba048f779a /hosts/minime | |
| parent | db13bc801c9cff7dc4e54e20add1a72b27edc45e (diff) | |
immich: init
Diffstat (limited to 'hosts/minime')
| -rw-r--r-- | hosts/minime/uvm.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/minime/uvm.nix b/hosts/minime/uvm.nix index 0437cdf..437f873 100644 --- a/hosts/minime/uvm.nix +++ b/hosts/minime/uvm.nix @@ -1,6 +1,11 @@ { inputs, ... }: { microvm.stateDir = "/var/lib/microvms"; + microvm.autostart = [ + "auth" + "radicale" + "immich" + ]; microvm.vms = { auth = { flake = inputs.self; @@ -10,5 +15,9 @@ flake = inputs.self; updateFlake = "github:gshipunov/nix-config/master"; }; + immich = { + flake = inputs.self; + updateFlake = "github:gshipunov/nix-config/master"; + }; }; } |
