mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-07-01 13:25:22 +02:00
create user with systemd
This commit is contained in:
parent
c77ba8132f
commit
6527e67860
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,8 @@ in
|
|||
enable = true;
|
||||
};
|
||||
|
||||
systemd.sysusers.enable = true;
|
||||
|
||||
systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 1048576000;
|
||||
|
||||
networking.hosts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue