summaryrefslogtreecommitdiff
path: root/users/id1000.scm
diff options
context:
space:
mode:
Diffstat (limited to 'users/id1000.scm')
-rw-r--r--users/id1000.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/users/id1000.scm b/users/id1000.scm
index 5287145..7bb59e3 100644
--- a/users/id1000.scm
+++ b/users/id1000.scm
@@ -1,8 +1,6 @@
(define-module (users id1000)
#:use-module (guix gexp)
#:use-module (ice-9 match)
- #:use-module ( (deployment users)
- #:prefix deployment:users:)
#:use-module ( (gnu home)
#:prefix gnu:home:)
#:use-module ( (gnu home services)
@@ -579,7 +577,7 @@
(define-public uid1000-account
(gnu:system:accounts:user-account
(name uid1000-name)
- (password deployment:users:initial-password)
+ (password #f)
(uid 1000)
(group "users")
(supplementary-groups groups)