diff options
| -rw-r--r-- | etc/guix/system.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 9ec8faf1..38efc581 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -110,8 +110,6 @@ Seiko Epson Color Ink Jet Printers.") (list (ng-license:nonfree "https://epson.com/SoftwareLicenseAgreement") license:lgpl2.1)))) -(define whoami "andreh") -(define priv-statedir (string-append "/var/lib/" whoami)) (define toph "toph") (define toph.tld "euandre.org") @@ -196,7 +194,7 @@ Seiko Epson Color Ink Jet Printers.") (append (list (user-account - (name whoami) + (name "andreh") (comment "EuAndreh") (group "users") (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker")))) |
