1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: enable impermanence

This commit is contained in:
oddlama 2023-05-01 11:49:37 +02:00
parent 30cfdaf860
commit 4cee692eff
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 55 additions and 27 deletions

View file

@ -1,4 +1,5 @@
{
lib,
extraLib,
nodeSecrets,
pkgs,
@ -39,6 +40,8 @@
};
};
fileSystems."/persist".neededForBoot = true;
#environment.persistence."/persist".directories = [
# { directory = "/var/lib/acme"; user = "acme"; group = "acme"; }
#];