modules: rename persintence to presistent

This commit is contained in:
Dmitriy Pleshevskiy 2024-09-06 10:41:31 +03:00
parent 0bb4941ab7
commit 45bde33b55
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
4 changed files with 4 additions and 5 deletions

View file

@ -46,7 +46,6 @@
"/var/lib/nixos"
"/var/lib/systemd/coredump"
"/etc/NetworkManager/system-connections"
"/etc/ssh/per-machine"
];
files = [
"/etc/machine-id"

View file

@ -85,7 +85,7 @@ in
"/tmp/.X11-unix" = {};
"/etc/ssh/keys" = {
isReadOnly = false;
hostPath = "/persistence/per-machine/browsers/etc/ssh/keys";
hostPath = "/persistent/per-machine/browsers/etc/ssh/keys";
};
"/home/kira/Downloads" = {
isReadOnly = false;
@ -97,7 +97,7 @@ in
(lib.mkIf cfg.librewolf.enable {
"/home/kira/.librewolf" = {
isReadOnly = false;
hostPath = "/persistence/per-machine/browsers/home/kira/.librewolf";
hostPath = "/persistent/per-machine/browsers/home/kira/.librewolf";
};
})
];

View file

@ -66,7 +66,7 @@ in
"/tmp/.X11-unix" = { };
"/etc/ssh/keys" = {
isReadOnly = false;
hostPath = "/persistence/per-machine/skype/etc/ssh/keys";
hostPath = "/persistent/per-machine/skype/etc/ssh/keys";
};
"/run/opengl-driver/lib" = { };
"/run/opengl-driver-32/lib" = { };

View file

@ -66,7 +66,7 @@ in
"/tmp/.X11-unix" = { };
"/etc/ssh/keys" = {
isReadOnly = false;
hostPath = "/persistence/per-machine/telegram/etc/ssh/keys";
hostPath = "/persistent/per-machine/telegram/etc/ssh/keys";
};
"/run/opengl-driver/lib" = { };
"/run/opengl-driver-32/lib" = { };