Add a persist folder for the talexander user.
This commit is contained in:
parent
835fd340a2
commit
40fd7931d0
@ -186,10 +186,16 @@
|
|||||||
"/etc/ssh/ssh_host_ed25519_key"
|
"/etc/ssh/ssh_host_ed25519_key"
|
||||||
"/etc/ssh/ssh_host_ed25519_key.pub"
|
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||||
];
|
];
|
||||||
# users.talexander = {
|
users.talexander = {
|
||||||
# directories = [];
|
directories = [
|
||||||
# files = [];
|
{
|
||||||
# };
|
directory = "persist";
|
||||||
|
user = "talexander";
|
||||||
|
group = "talexander";
|
||||||
|
mode = "0700";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Write a list of the currently installed packages to /etc/current-system-packages
|
# Write a list of the currently installed packages to /etc/current-system-packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user