Add a persist folder for the talexander user.

This commit is contained in:
Tom Alexander 2025-01-24 20:36:37 -05:00
parent 835fd340a2
commit 40fd7931d0
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -186,10 +186,16 @@
"/etc/ssh/ssh_host_ed25519_key"
"/etc/ssh/ssh_host_ed25519_key.pub"
];
# users.talexander = {
# directories = [];
# files = [];
# };
users.talexander = {
directories = [
{
directory = "persist";
user = "talexander";
group = "talexander";
mode = "0700";
}
];
};
};
# Write a list of the currently installed packages to /etc/current-system-packages