diff options
-rw-r--r-- | etc/guix/system.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index b6da311..e84f686 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -224,15 +224,6 @@ Seiko Epson Color Ink Jet Printers.") (list (host "10.0.0.0" "toph") (host "10.0.0.1" host-name))) - (simple-service 'create-/var/lib/euandreh activation-service-type - #~(begin - (use-modules (guix build utils)) - (let ((user (getpwnam #$whoami))) - (format (current-error-port) - "Creating system-level private state directory: \"~a\".~%" #$priv-statedir) - (mkdir-p #$priv-statedir) - (chown #$priv-statedir (passwd:uid user) (passwd:gid user)) - (chmod #$priv-statedir #o700)))) (service queue:local-postfix-service-type (queue:postfix-configuration (master.cf-file master.cf) |