fix
This commit is contained in:
parent
5f4752ed13
commit
0408bbd21c
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ in {
|
|||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICTZaLuOuuoeaYOuXH0KTe91X5nFfUvve3305ADajnvj alidrisel@localhost.localdomain"
|
||||
];
|
||||
};
|
||||
systemd.tmpfiles.rules = ["d ${persist}/home/${username} 0700 mediamanager users -"]; # /persist/home/<user> created, owned by that user
|
||||
systemd.tmpfiles.rules = ["d ${config.${namespace}.impermanence.persistentStorage}/home/mediamanager 0700 mediamanager users -"]; # /persist/home/<user> created, owned by that user
|
||||
networking.firewall.allowedTCPPorts = [80 443 22];
|
||||
# ======================== DO NOT CHANGE THIS ========================
|
||||
system.stateVersion = "25.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue