remove persistence warning

This commit is contained in:
Chris Dombroski 2024-08-21 21:11:53 -04:00
parent 39b8fee469
commit ec939085fc
3 changed files with 5 additions and 5 deletions

View file

@ -244,17 +244,16 @@
}, },
"impermanence": { "impermanence": {
"locked": { "locked": {
"lastModified": 1719091691, "lastModified": 1724146542,
"narHash": "sha256-AxaLX5cBEcGtE02PeGsfscSb/fWMnyS7zMWBXQWDKbE=", "narHash": "sha256-MLxtqDtu+y/4UDhXX5pFypX9/qbH54TDP6Z90oFzd/A=",
"owner": "nix-community", "owner": "nix-community",
"repo": "impermanence", "repo": "impermanence",
"rev": "23c1f06316b67cb5dabdfe2973da3785cfe9c34a", "rev": "03fe473c731cda2900bae9894b8dfc68e3492db5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "impermanence", "repo": "impermanence",
"rev": "23c1f06316b67cb5dabdfe2973da3785cfe9c34a",
"type": "github" "type": "github"
} }
}, },

View file

@ -17,7 +17,7 @@
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
impermanence.url = "github:nix-community/impermanence/23c1f06316b67cb5dabdfe2973da3785cfe9c34a"; impermanence.url = "github:nix-community/impermanence";
stylix = { stylix = {
url = "github:danth/stylix/release-24.05"; url = "github:danth/stylix/release-24.05";
inputs = { inputs = {

View file

@ -306,6 +306,7 @@
recyclarr recyclarr
]; ];
persistence."/persist" = { persistence."/persist" = {
enableWarnings = false;
hideMounts = true; hideMounts = true;
directories = [ "/srv/docker" "/tmp" "/etc/containers/networks" ]; directories = [ "/srv/docker" "/tmp" "/etc/containers/networks" ];
files = [ files = [