From 9814324a9bf1e5259f8dec8c53caa419f40e5179 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 24 Apr 2018 16:21:15 +0530 Subject: [PATCH] guix-config/config: Remove ftp user --- .guix-config/config.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.guix-config/config.scm b/.guix-config/config.scm index 0c87ba49..363683f7 100644 --- a/.guix-config/config.scm +++ b/.guix-config/config.scm @@ -148,10 +148,6 @@ (supplementary-groups '("wheel" "netdev" ; netdev is needed for networking. "audio" "video")) (home-directory "/home/ambrevar")) - (user-account - (name "ftp") - (group "nogroup") - (home-directory "/home/ftp")) %base-user-accounts)) (packages (cons* nss-certs ;for HTTPS access