···74 }
75 ];
7677- # sysctls for Agave
78- boot.kernel.sysctl."net.core.rmem_default" = 134217728;
79- boot.kernel.sysctl."net.core.rmem_max" = 134217728;
80- boot.kernel.sysctl."net.core.wmem_default" = 134217728;
81- boot.kernel.sysctl."net.core.wmem_max" = 134217728;
82- boot.kernel.sysctl."vm.max_map_count" = 1000000;
83- boot.kernel.sysctl."fs.nr_open" = 1000000;
84-85 # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
86 # (the default) this is the recommended approach. When using systemd-networkd it's
87 # still possible to use this option, but it's recommended to use it in conjunction
···74 }
75 ];
760000000077 # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
78 # (the default) this is the recommended approach. When using systemd-networkd it's
79 # still possible to use this option, but it's recommended to use it in conjunction
+1-1
home.nix
···23 picocom
24 # Disabled because even unstable is too out-of-date
25 # unstable.logseq
26- element-desktop
27 rsync
28 unzip
29 fd
···23 picocom
24 # Disabled because even unstable is too out-of-date
25 # unstable.logseq
26+ #element-desktop
27 rsync
28 unzip
29 fd
···5}:
6{
78- # PAM configuration
9- security.pam.loginLimits = [
10- {
11- domain = "*";
12- type = "soft";
13- item = "nofile";
14- value = "100000";
15- }
16- {
17- domain = "*";
18- type = "hard";
19- item = "nofile";
20- value = "1000000";
21- }
22- ];
23-24 # Declarative only optoins.
25 # I don't want to allow ad-hoc modifying users on the system.
26 # Users must be declared either as part of a package or in this file.
···5}:
6{
700000000000000008 # Declarative only optoins.
9 # I don't want to allow ad-hoc modifying users on the system.
10 # Users must be declared either as part of a package or in this file.