diff options
author | EuAndreh <eu@euandre.org> | 2022-11-29 00:50:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-29 00:50:07 -0300 |
commit | e86aecd5f802d7a0a5c2ff0c3356d00bf1a9fc63 (patch) | |
tree | db7f9d7e1056e600330a57822f08cdffdc54827d /src | |
parent | src/infrastructure/guix/system.scm: Move many services to package-repository (diff) | |
download | toph-e86aecd5f802d7a0a5c2ff0c3356d00bf1a9fc63.tar.gz toph-e86aecd5f802d7a0a5c2ff0c3356d00bf1a9fc63.tar.xz |
src/infrastructure/guix/system.scm: Remove nanolist-service-type
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/guix/system.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index b6bf685..630cb7d 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -1261,7 +1261,6 @@ (service libvirt-service-type) (service virtlog-service-type) (service shadow-group-service-type) - (service nanolist-service-type) (service fail2ban-service-type) (service mcron-service-type (mcron-configuration |