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/nixos"
"/var/lib/systemd/coredump" "/var/lib/systemd/coredump"
"/etc/NetworkManager/system-connections" "/etc/NetworkManager/system-connections"
"/etc/ssh/per-machine"
]; ];
files = [ files = [
"/etc/machine-id" "/etc/machine-id"

View file

@ -85,7 +85,7 @@ in
"/tmp/.X11-unix" = {}; "/tmp/.X11-unix" = {};
"/etc/ssh/keys" = { "/etc/ssh/keys" = {
isReadOnly = false; isReadOnly = false;
hostPath = "/persistence/per-machine/browsers/etc/ssh/keys"; hostPath = "/persistent/per-machine/browsers/etc/ssh/keys";
}; };
"/home/kira/Downloads" = { "/home/kira/Downloads" = {
isReadOnly = false; isReadOnly = false;
@ -97,7 +97,7 @@ in
(lib.mkIf cfg.librewolf.enable { (lib.mkIf cfg.librewolf.enable {
"/home/kira/.librewolf" = { "/home/kira/.librewolf" = {
isReadOnly = false; 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" = { }; "/tmp/.X11-unix" = { };
"/etc/ssh/keys" = { "/etc/ssh/keys" = {
isReadOnly = false; 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/lib" = { };
"/run/opengl-driver-32/lib" = { }; "/run/opengl-driver-32/lib" = { };

View file

@ -66,7 +66,7 @@ in
"/tmp/.X11-unix" = { }; "/tmp/.X11-unix" = { };
"/etc/ssh/keys" = { "/etc/ssh/keys" = {
isReadOnly = false; 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/lib" = { };
"/run/opengl-driver-32/lib" = { }; "/run/opengl-driver-32/lib" = { };