diff options
Diffstat (limited to 'mugam.scm')
| -rw-r--r-- | mugam.scm | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/mugam.scm b/mugam.scm index 85f1538..4d86c0c 100644 --- a/mugam.scm +++ b/mugam.scm @@ -251,14 +251,6 @@ (name "arunisaac") (comment "Arun Isaac") (group "users")) - (user-account - (name "cosmovpndns") - (comment "Ganesh") - (group "users")) - (user-account - (name "ragulkanth") - (comment "Ragulkanth") - (group "users")) %base-user-accounts)) (packages (cons* curl @@ -287,9 +279,7 @@ (allow-agent-forwarding? #f) (authorized-keys `(("root" ,(local-file "ssh-keys/arunisaac.pub")) - ("arunisaac" ,(local-file "ssh-keys/arunisaac.pub")) - ("cosmovpndns" ,(local-file "ssh-keys/cosmovpndns.pub")) - ("ragulkanth" ,(local-file "ssh-keys/ragulkanth.pub")))))) + ("arunisaac" ,(local-file "ssh-keys/arunisaac.pub")))))) (service knot-service-type (knot-configuration (zones (map add-ns-zone-entries |
