summaryrefslogtreecommitdiff
path: root/users/id1000.scm
diff options
context:
space:
mode:
Diffstat (limited to 'users/id1000.scm')
-rw-r--r--users/id1000.scm17
1 files changed, 10 insertions, 7 deletions
diff --git a/users/id1000.scm b/users/id1000.scm
index dc2d0e6..e88fd84 100644
--- a/users/id1000.scm
+++ b/users/id1000.scm
@@ -1,6 +1,8 @@
(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)
@@ -541,13 +543,14 @@
"marek")
(define-public uid1000-account
- (gnu:system:accounts:user-account
- (name uid1000-name)
- (group "users")
- (supplementary-groups groups)
- (uid 1000)
- (comment "Marek Paśnikowski")
- (home-directory "/home/marek")))
+ (gnu:system:accounts:user-account
+ (name uid1000-name)
+ (password deployment:users:initial-password)
+ (uid 1000)
+ (group "users")
+ (supplementary-groups groups)
+ (comment "Marek Paśnikowski")
+ (home-directory "/home/marek")))
(define-public uid1000-home-environment
(let