chore: mount persistant volume at /persist, impermanance default false

This commit is contained in:
2025-08-01 18:29:33 +05:00
parent ada8fa825a
commit 935317d3be

View File

@@ -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 = {