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