mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-07-01 21:35:22 +02:00
make etc immutable
This commit is contained in:
parent
0bed67176c
commit
e972c7e64f
1 changed files with 5 additions and 0 deletions
|
@ -159,6 +159,11 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
system.etc.overlay = {
|
||||
mutable = false;
|
||||
enable = true;
|
||||
};
|
||||
|
||||
systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 1048576000;
|
||||
|
||||
networking.hosts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue