diff options
author | EuAndreh <eu@euandre.org> | 2023-03-16 15:27:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-16 15:27:11 -0300 |
commit | 3a23e62bf36c569e92fac397b727c30863b49e37 (patch) | |
tree | 3ee407f4f9dbc71de047a1b27f839d6758e9abb3 | |
parent | etc/guix/system.scm: Inline "toph" and "toph.tld" variables (diff) | |
download | dotfiles-3a23e62bf36c569e92fac397b727c30863b49e37.tar.gz dotfiles-3a23e62bf36c569e92fac397b727c30863b49e37.tar.xz |
etc/guix/system.scm: Remove ad-hoc service creating /var/lib/andreh
-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) |