aboutsummaryrefslogtreecommitdiff
path: root/etc/guix/system.scm (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-06-11etc/guix/system.scm: Add wireguard config for asamiEuAndreh1-3/+21
2026-06-11etc/guix/system.scm: Increase the list of desired-architecturesEuAndreh1-3/+16
2026-06-11etc/guix/: Rename guile-heredoc to hereguileEuAndreh1-2/+2
2026-06-11etc/guix/system.scm: Use vendored epson sourceEuAndreh1-9/+6
2025-12-03etc/guix/system.scm: Add "peer" group and transactor-service-typeEuAndreh1-1/+3
2025-06-13etc/guix/system.scm: Add email on GECOS 5th fieldEuAndreh1-1/+1
2025-02-19etc/guix/system.scm: Add "rsync" package globallyEuAndreh1-0/+1
2025-02-19etc/guix/system.scm: Update to reflect switch from velhinho to novinho as mainEuAndreh1-16/+6
TODO: multiplex on multiple systems, equivalent on how etc/xmobar/ does.
2025-02-19etc/guix/system.scm: Add "host-name" and "wg-ipaddr" variablesEuAndreh1-3/+9
2025-02-17etc/guix/system.scm: Small tweaks while setting up novinhoEuAndreh1-22/+14
2025-01-21etc/guix/system.scm: Disable rottlog customizationEuAndreh1-0/+1
2024-11-29etc/guix/system.scm: Finish configuration of /mnt/doisEuAndreh1-9/+7
2024-11-27etc/guix/system.scm: Include commented entries for /dev/sdb1 and /mnt/doisEuAndreh1-2/+16
2024-11-21etc/guix/system.scm: Bump swappiness from 100 to 200EuAndreh1-1/+1
2024-11-14etc/guix/system.scm: Add sysctl config for vm/swappinessEuAndreh1-1/+2
2024-08-20system.scm: Better instructions on creating /swapfileEuAndreh1-5/+7
2024-08-17etc/guix/{home,system}.scm: Rename queue: -> q:EuAndreh1-4/+4
2024-08-12etc/guix/system.scm: Remove extra packagesEuAndreh1-3/+1
2024-08-12etc/guix/system.scm: Remove i3EuAndreh1-2/+1
2024-08-12etc/guix/system.scm: Add (now required) containerd-service-typeEuAndreh1-0/+1
2024-08-12etc/guix/system.scm: Remove custom xmonadEuAndreh1-24/+2
2024-08-08etc/guix/system.scm: Add fixed "xmonad-wm" packageEuAndreh1-3/+26
2024-08-05etc/guix/system.scm: Remove nginx serviceEuAndreh1-11/+0
2024-04-25etc/guix/: Remove nss-certs packageEuAndreh1-2/+1
Now %base-packages includes it by default.
2024-04-25Revert "Remove Nix/NixOS support from configuration and utilities"EuAndreh1-0/+1
This reverts commit 3b2d27457db9ef8911893fa1b843560f1ccab2eb.
2024-04-22etc/guix/system.scm: Enable nix-service-type againEuAndreh1-0/+2
For GNAT13 and SPARK.
2024-04-22etc/guix/system.scm: Order core dumps by time firstEuAndreh1-1/+1
2024-04-22etc/guix/system.scm: Add "teste" userEuAndreh1-0/+5
2024-01-12Remove Nix/NixOS support from configuration and utilitiesEuAndreh1-3/+0
2023-12-13etc/guix/system.scm: Enable core dumps by defaultEuAndreh1-0/+8
Start with no limit on the size of the core dump.
2023-10-18etc/guix/system.scm: Also add "dialout" supplementary groupEuAndreh1-1/+1
2023-08-23etc/guix/system.scm: Add local nginx serverEuAndreh1-0/+12
2023-08-11etc/guix/system.scm: Add comments as annotations on how /swapfile was createdEuAndreh1-0/+5
2023-06-04etc/guix/system.scm: swapon /swapfileEuAndreh1-1/+8
2023-04-29etc/guix/system.scm: Increase Postfix size limitsEuAndreh1-0/+2
2023-04-16etc/guix/system.scm: Add "cups" package to profileEuAndreh1-0/+1
2023-04-15etc/guix/system.scm: Add mDNS (name-service-switch ...) entryEuAndreh1-1/+1
2023-03-18etc/guix/system.scm: Better handling of binfmt architecturesEuAndreh1-1/+18
To allow the same `systems.scm` configuration file to be used in hardwares of different architectures and prevent registering in binfmt the architecture of the bare metal machine, dynamically filter out the current architecture of the declared `desired-architectures`.
2023-03-16etc/guix/system.scm: Remove unused imports, use import macrosEuAndreh1-55/+31
2023-03-16etc/guix/system.scm: Use patched version of rottlogEuAndreh1-0/+7
2023-03-16etc/guix/system.scm: Use default config of local Postfix from org-euandre ↵EuAndreh1-55/+11
channel
2023-03-16etc/guix/system.scm: Use default values for Postfix main.cf, instead of ↵EuAndreh1-7/+0
re-hashing them
2023-03-16etc/guix/system.scm: Remove ad-hoc service creating /var/lib/andrehEuAndreh1-9/+0
2023-03-16etc/guix/system.scm: Inline "toph" and "toph.tld" variablesEuAndreh1-6/+3
2023-03-16etc/guix/system.scm: Inline "whoami" variableEuAndreh1-3/+1
2023-03-16etc/guix/system.scm: Rename /var/lib/{andreh => private}/EuAndreh1-2/+2
2023-03-16etc/guix/system.scm: Remove local Postfix service code, use from org-euandre ↵EuAndreh1-250/+54
channel
2023-03-13etc/guix/system.scm: Add Nix system serviceEuAndreh1-0/+3
2023-03-13etc/guix/system.scm: Fix to new import path of personal channelEuAndreh1-1/+1
2023-03-13etc/guix/system.scm: Redirect local emails to euandre.org via aliasesEuAndreh1-1/+2