Infini-DL360/disks: add secrets folder

This commit is contained in:
Infinidoge 2025-01-19 13:53:52 -05:00
parent 873f0be667
commit 601bdec40e
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -15,6 +15,7 @@ with lib.our.disko;
subvolumes = mkBtrfsSubvols {
"/boot" = { };
"/etc/ssh" = { };
"/etc/secrets" = { };
};
};
};
@ -47,5 +48,6 @@ with lib.our.disko;
"/persist"
"/storage"
"/etc/ssh"
"/etc/secrets"
];
}