aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-14 17:19:43 -0300
committerEuAndreh <eu@euandre.org>2023-03-14 17:19:43 -0300
commit94888e91b56ee1ea6b1524ca39534eeac253e006 (patch)
tree21c2f6107958455d4402f87a32ed27fda46f84b1
parentsystem.scm: Better indentation of (skeletons ...) field (diff)
downloadtoph-94888e91b56ee1ea6b1524ca39534eeac253e006.tar.gz
toph-94888e91b56ee1ea6b1524ca39534eeac253e006.tar.xz
system.scm: Re-order dhcp-client-service-type
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show 94888e91b56ee1ea6b1524ca39534eeac253e006 git notes --ref=refs/notes/ci-data show 94888e91b56ee1ea6b1524ca39534eeac253e006 Exit status: 0 Duration: 17
-rw-r--r--src/infrastructure/guix/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 6a63845..19d4c1d 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -224,8 +224,8 @@
(services
(append
(list
- (service dhcp-client-service-type)
(service ntp-service-type)
+ (service dhcp-client-service-type)
(service openssh-service-type
(openssh-configuration
(openssh openssh-sans-x)