alyssum/filesystem: add some mounts
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled

This commit is contained in:
Cilly Leang 2026-06-20 20:39:58 +10:00
parent cc39c927d9
commit 912aafb196
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ ... }: { gcSecrets, ... }:
let let
bind = src: { bind = src: {
depends = [ "/nix" ]; depends = [ "/nix" ];
@ -32,4 +32,6 @@ in {
"/persist/.snapshots" = submount "/snap/persist" false; "/persist/.snapshots" = submount "/snap/persist" false;
"/var/log/journal" = bind "/persist/journal"; "/var/log/journal" = bind "/persist/journal";
}; };
me.binds."${gcSecrets.binds."navi/1a"}" = gcSecrets.binds."navi/1b";
} }

Binary file not shown.