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 {
|
subvolumes = mkBtrfsSubvols {
|
||||||
"/boot" = { };
|
"/boot" = { };
|
||||||
"/etc/ssh" = { };
|
"/etc/ssh" = { };
|
||||||
|
"/etc/secrets" = { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -47,5 +48,6 @@ with lib.our.disko;
|
||||||
"/persist"
|
"/persist"
|
||||||
"/storage"
|
"/storage"
|
||||||
"/etc/ssh"
|
"/etc/ssh"
|
||||||
|
"/etc/secrets"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue