remove persistence warning
This commit is contained in:
parent
39b8fee469
commit
ec939085fc
3 changed files with 5 additions and 5 deletions
|
@ -244,17 +244,16 @@
|
|||
},
|
||||
"impermanence": {
|
||||
"locked": {
|
||||
"lastModified": 1719091691,
|
||||
"narHash": "sha256-AxaLX5cBEcGtE02PeGsfscSb/fWMnyS7zMWBXQWDKbE=",
|
||||
"lastModified": 1724146542,
|
||||
"narHash": "sha256-MLxtqDtu+y/4UDhXX5pFypX9/qbH54TDP6Z90oFzd/A=",
|
||||
"owner": "nix-community",
|
||||
"repo": "impermanence",
|
||||
"rev": "23c1f06316b67cb5dabdfe2973da3785cfe9c34a",
|
||||
"rev": "03fe473c731cda2900bae9894b8dfc68e3492db5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"repo": "impermanence",
|
||||
"rev": "23c1f06316b67cb5dabdfe2973da3785cfe9c34a",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
impermanence.url = "github:nix-community/impermanence/23c1f06316b67cb5dabdfe2973da3785cfe9c34a";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
stylix = {
|
||||
url = "github:danth/stylix/release-24.05";
|
||||
inputs = {
|
||||
|
|
|
@ -306,6 +306,7 @@
|
|||
recyclarr
|
||||
];
|
||||
persistence."/persist" = {
|
||||
enableWarnings = false;
|
||||
hideMounts = true;
|
||||
directories = [ "/srv/docker" "/tmp" "/etc/containers/networks" ];
|
||||
files = [
|
||||
|
|
Loading…
Reference in a new issue