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:
parent
30cfdaf860
commit
4cee692eff
7 changed files with 55 additions and 27 deletions
|
@ -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"; }
|
||||
#];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue