Add disko with LUKS encryption and impermanence setup

This commit is contained in:
Your Name
2026-08-13 20:03:18 +00:00
parent ac0a706f1c
commit 8e093d75ef
7 changed files with 89 additions and 33 deletions
+3
View File
@@ -17,6 +17,9 @@ in {
"networkmanager"
"wheel"
];
# CHANGEME: Set your password with: mkpasswd -m sha-512
# Or use initialPassword for first boot, then change it
initialPassword = "nixos";
};
};
}