···7474 }
7575 ];
76767777- # sysctls for Agave
7878- boot.kernel.sysctl."net.core.rmem_default" = 134217728;
7979- boot.kernel.sysctl."net.core.rmem_max" = 134217728;
8080- boot.kernel.sysctl."net.core.wmem_default" = 134217728;
8181- boot.kernel.sysctl."net.core.wmem_max" = 134217728;
8282- boot.kernel.sysctl."vm.max_map_count" = 1000000;
8383- boot.kernel.sysctl."fs.nr_open" = 1000000;
8484-8577 # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
8678 # (the default) this is the recommended approach. When using systemd-networkd it's
8779 # still possible to use this option, but it's recommended to use it in conjunction
+1-1
home.nix
···2323 picocom
2424 # Disabled because even unstable is too out-of-date
2525 # unstable.logseq
2626- element-desktop
2626+ #element-desktop
2727 rsync
2828 unzip
2929 fd
···55}:
66{
7788- # PAM configuration
99- security.pam.loginLimits = [
1010- {
1111- domain = "*";
1212- type = "soft";
1313- item = "nofile";
1414- value = "100000";
1515- }
1616- {
1717- domain = "*";
1818- type = "hard";
1919- item = "nofile";
2020- value = "1000000";
2121- }
2222- ];
2323-248 # Declarative only optoins.
259 # I don't want to allow ad-hoc modifying users on the system.
2610 # Users must be declared either as part of a package or in this file.