diff options
| author | EuAndreh <eu@euandre.org> | 2018-11-23 21:57:48 -0200 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-11-23 21:57:48 -0200 |
| commit | 8aa714eb5cb459647b92e979f553b1756397bb34 (patch) | |
| tree | b4cbe2c94297d333b027b5bf633d200fb5ef205a /nixos | |
| parent | Unify crontab and alias command under scripts/mail.sh. (diff) | |
| download | dotfiles-8aa714eb5cb459647b92e979f553b1756397bb34.tar.gz dotfiles-8aa714eb5cb459647b92e979f553b1756397bb34.tar.xz | |
Reenable Guix in NixOS.
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/configuration.nix | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 7bfab11c..04323800 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -411,19 +411,19 @@ services = { # Derived from Guix guix-daemon.service.in # https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-daemon.service.in?id=00c86a888488b16ce30634d3a3a9d871ed6734a2 -# guix-daemon = { -# enable = true; -# description = "Build daemon for GNU Guix"; -# serviceConfig = { -# ExecStart = "/var/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-users-group=guixbuild"; -# Environment="GUIX_LOCPATH=/root/.guix-profile/lib/locale"; -# RemainAfterExit="yes"; -# StandardOutput="syslog"; -# StandardError="syslog"; -# TaskMax= "8192"; -# }; -# wantedBy = [ "multi-user.target" ]; -# }; + guix-daemon = { + enable = true; + description = "Build daemon for GNU Guix"; + serviceConfig = { + ExecStart = "/var/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-users-group=guixbuild"; + Environment="GUIX_LOCPATH=/root/.guix-profile/lib/locale"; + RemainAfterExit="yes"; + StandardOutput="syslog"; + StandardError="syslog"; + TaskMax= "8192"; + }; + wantedBy = [ "multi-user.target" ]; + }; }; }; |
