Infini-DL360/disks: add secrets folder
This commit is contained in:
parent
873f0be667
commit
601bdec40e
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue