Remove more persistence references and move to a simpler, global system
This commit is contained in:
parent
8d1a992bb2
commit
9a8e7d8a9e
6 changed files with 23 additions and 49 deletions
|
@ -23,8 +23,5 @@
|
|||
dnsovertls = "true";
|
||||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [ impala ];
|
||||
persistence."/persist".directories = [ "/var/lib/iwd/" ];
|
||||
};
|
||||
environment.systemPackages = with pkgs; [ impala ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue