modules: rename persintence to presistent
This commit is contained in:
parent
0bb4941ab7
commit
45bde33b55
4 changed files with 4 additions and 5 deletions
|
@ -46,7 +46,6 @@
|
|||
"/var/lib/nixos"
|
||||
"/var/lib/systemd/coredump"
|
||||
"/etc/NetworkManager/system-connections"
|
||||
"/etc/ssh/per-machine"
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
|
@ -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" = { };
|
||||
|
|
|
@ -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" = { };
|
||||
|
|
Loading…
Reference in a new issue