diff options
author | EuAndreh <eu@euandre.org> | 2023-03-11 23:50:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-11 23:50:34 -0300 |
commit | f74bea49f4ebcb6700f5be8b698fa0e9be7f0c72 (patch) | |
tree | 9519dd225c6ab4135dec4aa611b98adcc1436a16 | |
parent | system.scm: (enable-index-links? #t) for cgit (diff) | |
download | toph-f74bea49f4ebcb6700f5be8b698fa0e9be7f0c72.tar.gz toph-f74bea49f4ebcb6700f5be8b698fa0e9be7f0c72.tar.xz |
system.scm: Remove leftover space
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 7940c4f..ab7ffca 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -376,7 +376,7 @@ (bootloader (bootloader-configuration (bootloader grub-bootloader) - (targets '("/dev/vda")) )) + (targets '("/dev/vda")))) (swap-devices (list (swap-space |