aboutsummaryrefslogtreecommitdiff
path: root/etc/nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-26Add etc/nix/nix.confEuAndreh1-0/+1
2023-12-13rm etc/nix/configuration.nix: retire usurpadorEuAndreh1-323/+0
OR ELSE!
2023-10-17etc/nix/configuration.nix: Add "dialout" to extraGroupsEuAndreh1-1/+1
As serial devices have the "dialout" rw group permissions: $ l /dev/tty[A-Z]* crw-rw---- 1 root dialout 166, 0 oct. 17 09:15 /dev/ttyACM0 crw-rw---- 1 root dialout 4, 64 oct. 14 01:07 /dev/ttyS0 crw-rw---- 1 root dialout 4, 65 oct. 7 06:40 /dev/ttyS1 crw-rw---- 1 root dialout 4, 66 oct. 7 06:40 /dev/ttyS2 crw-rw---- 1 root dialout 4, 67 oct. 7 06:40 /dev/ttyS3
2023-10-07etc/nix/configuration.nix: Remove extra packages and unused configurationEuAndreh1-24/+1
2023-09-29etc/nix/configuration.nix: Add "babashka" packageEuAndreh1-0/+1
2023-09-28etc/nix/configuration.nix: Add /etc/hosts-based DNS blockingEuAndreh1-0/+1
2023-09-23etc/nix/configuration.nix: Add "intel-gpu-tools" packageEuAndreh1-0/+1
2023-09-23etc/nix/configuration.nix: Remove flutter packages from system environmentEuAndreh1-3/+0
2023-09-23etc/nix/configuration.nix: Enable nix experimental optionsEuAndreh1-0/+4
2023-09-23etc/nix/configuration.nix: Increase mailbox_size_limit above message_size_limitEuAndreh1-0/+1
2023-09-19etc/nix/configuration.nix: run nixfmt(1)EuAndreh1-4/+1
2023-09-18etc/nix/configuration.nix: various improvementsEuAndreh1-7/+67
2023-09-13etc/nix/configuration.nix: Add config to enable ADBEuAndreh1-2/+5
2023-09-10etc/nix/configuration.nix: Add redshift/geoclue configurationEuAndreh1-0/+4
2023-09-10etc/nix/configuration.nix: Match "message_size_limit" in GuixEuAndreh1-0/+1
2023-09-06etc/nix/configuration.nix: Add "arduino-cli" packageEuAndreh1-0/+1
2023-09-05etc/nix/configuration.nix: Enable documentation.man with cacheEuAndreh1-0/+5
2023-09-03etc/nix/configuration.nix: Add "arduino" packageEuAndreh1-0/+1
2023-07-12Move awscli package from guix to nix, from v1 to v2EuAndreh1-0/+1
2023-07-11etc/nix/configuration.nix: Enable VPN service and packageEuAndreh1-0/+2
2023-06-05etc/nix/configuration.nix: Add "yubikey-manager" packageEuAndreh1-0/+1
2023-06-04etc/nix/configuration.nix: Remove deprecated boot.loader.grub.version optionEuAndreh1-1/+0
2023-04-27etc/nix/configuration.nix: Add "chromium" packageEuAndreh1-0/+1
2023-04-01etc/nix/configuration.nix: Enable udisk2 serviceEuAndreh1-0/+1
2023-03-27etc/nix/configuration.nix: nixfmtEuAndreh1-3/+1
2023-03-27Revert "etc/nix/configuration.nix: Remove and disable CUPS configuration"EuAndreh1-0/+68
This reverts commit 541f6250b6867e729f5a96234f185df7f1c68711.
2023-03-27etc/nix/configuration.nix: Add more localesEuAndreh1-1/+9
2023-03-22Add "td" package in Guix and NixEuAndreh1-0/+7
2023-03-17etc/nix/configuration.nix: Enable libvirtd virtualisationEuAndreh1-0/+1
2023-03-16etc/nix/configuration.nix: Remove empty line separator of Postfix configEuAndreh1-1/+0
2023-03-16etc/nix/configuration.nix: nixfmtEuAndreh1-3/+1
2023-03-16etc/nix/configuration.nix: Add configuration for proper local Postfix + ↵EuAndreh1-0/+19
remote relays
2023-03-13etc/nix/configuration.nix: Configure postfix to redirect local emails to ↵EuAndreh1-1/+8
euandre.org
2023-03-02etc/nix/configuration.nix: Add tekton and aws-auth packagesEuAndreh1-0/+2
2023-02-28etc/nix/configuration.nix: Cluster together services with no customizationEuAndreh1-3/+2
2023-02-25etc/nix/configuration.nix: Force disable programs.lessEuAndreh1-1/+3
The programs.less modules is enabled by default by NixOS, and injects some nasty global environment variables ($LESSOPEN and $LESSKEYIN_SYSTEM), which make the experience of using less(1) much worse and slower. So instead on doing an 'unset LESSOPEN' or something similar, I chose to simply disable it, and stick to the less(1) from Guix Home.
2023-02-24etc/nix/configuration.nix: Use Flutter 3 packageEuAndreh1-1/+1
2023-02-24etc/nix/configuration.nix: Enable frpintd serviceEuAndreh1-0/+1
2023-02-22etc/nix/configuration.nix: Group packages by typeEuAndreh1-1/+2
2023-02-22etc/nix/configuration.nix: Tidy up extra commentsEuAndreh1-10/+2
2023-02-22etc/nix/configuration.nix: Disable flatpak serviceEuAndreh1-6/+0
2023-02-22etc/nix/configuration.nix: Disable libvirtd serviceEuAndreh1-5/+1
I'm using only Docker for virtualization on this computer.
2023-02-22etc/nix/configuration.nix: Remove debug info from packagesEuAndreh1-2/+0
2023-02-22etc/nix/configuration.nix: Remove extra fontsEuAndreh1-5/+0
2023-02-22etc/nix/configuration.nix: Remove documentation.enableEuAndreh1-8/+0
Get manpages and documentation from Guix Home, now.
2023-02-22etc/nix/configuration.nix: Remove programs.bash.enableCompletionEuAndreh1-4/+0
Get completion configuration from Guix Home, now.
2023-02-22etc/nix/configuration.nix: Cleanup pulseaudio configurationEuAndreh1-11/+1
2023-02-22etc/nix/configuration.nix: Cleanup xserver.displayManager sessionEuAndreh1-15/+0
2023-02-22etc/nix/configuration.nix: Remove "intel_backlight" X config sectionEuAndreh1-8/+0
2023-02-20Use xss-lock, i3lock and xset to lock after 5 minutes on usurpadorEuAndreh1-0/+1