chore: mount persistant volume at /persist, impermanance default false
This commit is contained in:
@@ -69,8 +69,10 @@
|
|||||||
#
|
#
|
||||||
hostSpec = {
|
hostSpec = {
|
||||||
hostName = "rihla";
|
hostName = "rihla";
|
||||||
useYubikey = lib.mkForce false;
|
useYubikey = lib.mkForce true;
|
||||||
secureBoot = false;
|
secureBoot = false;
|
||||||
|
persist = "/persist";
|
||||||
|
impermanance = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|||||||
Reference in New Issue
Block a user