aboutsummaryrefslogtreecommitdiff
path: root/etc/nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rm etc/nix/configuration.nix: retire usurpadorEuAndreh2023-12-131-323/+0
| | | | OR ELSE!
* etc/nix/configuration.nix: Add "dialout" to extraGroupsEuAndreh2023-10-171-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
* etc/nix/configuration.nix: Remove extra packages and unused configurationEuAndreh2023-10-071-24/+1
|
* etc/nix/configuration.nix: Add "babashka" packageEuAndreh2023-09-291-0/+1
|
* etc/nix/configuration.nix: Add /etc/hosts-based DNS blockingEuAndreh2023-09-281-0/+1
|
* etc/nix/configuration.nix: Add "intel-gpu-tools" packageEuAndreh2023-09-231-0/+1
|
* etc/nix/configuration.nix: Remove flutter packages from system environmentEuAndreh2023-09-231-3/+0
|
* etc/nix/configuration.nix: Enable nix experimental optionsEuAndreh2023-09-231-0/+4
|
* etc/nix/configuration.nix: Increase mailbox_size_limit above message_size_limitEuAndreh2023-09-231-0/+1
|
* etc/nix/configuration.nix: run nixfmt(1)EuAndreh2023-09-191-4/+1
|
* etc/nix/configuration.nix: various improvementsEuAndreh2023-09-181-7/+67
|
* etc/nix/configuration.nix: Add config to enable ADBEuAndreh2023-09-131-2/+5
|
* etc/nix/configuration.nix: Add redshift/geoclue configurationEuAndreh2023-09-101-0/+4
|
* etc/nix/configuration.nix: Match "message_size_limit" in GuixEuAndreh2023-09-101-0/+1
|
* etc/nix/configuration.nix: Add "arduino-cli" packageEuAndreh2023-09-061-0/+1
|
* etc/nix/configuration.nix: Enable documentation.man with cacheEuAndreh2023-09-051-0/+5
|
* etc/nix/configuration.nix: Add "arduino" packageEuAndreh2023-09-031-0/+1
|
* Move awscli package from guix to nix, from v1 to v2EuAndreh2023-07-121-0/+1
|
* etc/nix/configuration.nix: Enable VPN service and packageEuAndreh2023-07-111-0/+2
|
* etc/nix/configuration.nix: Add "yubikey-manager" packageEuAndreh2023-06-051-0/+1
|
* etc/nix/configuration.nix: Remove deprecated boot.loader.grub.version optionEuAndreh2023-06-041-1/+0
|
* etc/nix/configuration.nix: Add "chromium" packageEuAndreh2023-04-271-0/+1
|
* etc/nix/configuration.nix: Enable udisk2 serviceEuAndreh2023-04-011-0/+1
|
* etc/nix/configuration.nix: nixfmtEuAndreh2023-03-271-3/+1
|
* Revert "etc/nix/configuration.nix: Remove and disable CUPS configuration"EuAndreh2023-03-271-0/+68
| | | | This reverts commit 541f6250b6867e729f5a96234f185df7f1c68711.
* etc/nix/configuration.nix: Add more localesEuAndreh2023-03-271-1/+9
|
* Add "td" package in Guix and NixEuAndreh2023-03-221-0/+7
|
* etc/nix/configuration.nix: Enable libvirtd virtualisationEuAndreh2023-03-171-0/+1
|
* etc/nix/configuration.nix: Remove empty line separator of Postfix configEuAndreh2023-03-161-1/+0
|
* etc/nix/configuration.nix: nixfmtEuAndreh2023-03-161-3/+1
|
* etc/nix/configuration.nix: Add configuration for proper local Postfix + ↵EuAndreh2023-03-161-0/+19
| | | | remote relays
* etc/nix/configuration.nix: Configure postfix to redirect local emails to ↵EuAndreh2023-03-131-1/+8
| | | | euandre.org
* etc/nix/configuration.nix: Add tekton and aws-auth packagesEuAndreh2023-03-021-0/+2
|
* etc/nix/configuration.nix: Cluster together services with no customizationEuAndreh2023-02-281-3/+2
|
* etc/nix/configuration.nix: Force disable programs.lessEuAndreh2023-02-251-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.
* etc/nix/configuration.nix: Use Flutter 3 packageEuAndreh2023-02-241-1/+1
|
* etc/nix/configuration.nix: Enable frpintd serviceEuAndreh2023-02-241-0/+1
|
* etc/nix/configuration.nix: Group packages by typeEuAndreh2023-02-221-1/+2
|
* etc/nix/configuration.nix: Tidy up extra commentsEuAndreh2023-02-221-10/+2
|
* etc/nix/configuration.nix: Disable flatpak serviceEuAndreh2023-02-221-6/+0
|
* etc/nix/configuration.nix: Disable libvirtd serviceEuAndreh2023-02-221-5/+1
| | | | I'm using only Docker for virtualization on this computer.
* etc/nix/configuration.nix: Remove debug info from packagesEuAndreh2023-02-221-2/+0
|
* etc/nix/configuration.nix: Remove extra fontsEuAndreh2023-02-221-5/+0
|
* etc/nix/configuration.nix: Remove documentation.enableEuAndreh2023-02-221-8/+0
| | | | Get manpages and documentation from Guix Home, now.
* etc/nix/configuration.nix: Remove programs.bash.enableCompletionEuAndreh2023-02-221-4/+0
| | | | Get completion configuration from Guix Home, now.
* etc/nix/configuration.nix: Cleanup pulseaudio configurationEuAndreh2023-02-221-11/+1
|
* etc/nix/configuration.nix: Cleanup xserver.displayManager sessionEuAndreh2023-02-221-15/+0
|
* etc/nix/configuration.nix: Remove "intel_backlight" X config sectionEuAndreh2023-02-221-8/+0
|
* Use xss-lock, i3lock and xset to lock after 5 minutes on usurpadorEuAndreh2023-02-201-0/+1
|
* etc/nix/configuration.nix: Add "dart" packageEuAndreh2023-02-181-0/+1
|