diff options
author | EuAndreh <eu@euandre.org> | 2022-10-27 22:47:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-27 22:48:01 -0300 |
commit | c886861320082338548a09bed954f706cb1a0d0b (patch) | |
tree | c167e1054cbe006536262317970c29a7f8056352 | |
parent | etc/sh/rc: Use "bc -l" by default with an alias (diff) | |
download | dotfiles-c886861320082338548a09bed954f706cb1a0d0b.tar.gz dotfiles-c886861320082338548a09bed954f706cb1a0d0b.tar.xz |
etc/guix/system.scm: Disable unattended-upgrade-service-type
This was replaced by the cronjob in Guix Home.
-rw-r--r-- | etc/guix/system.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index b625d7f..ddd961a 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -69,7 +69,6 @@ (service pcscd-service-type) (service libvirt-service-type) (service virtlog-service-type) - (service unattended-upgrade-service-type) (service nix-service-type) (service qemu-binfmt-service-type (qemu-binfmt-configuration |