diff options
| author | Arun Isaac | 2026-05-04 02:21:58 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-05-04 02:22:40 +0100 |
| commit | b8ba55f836d658841302991c703ee833b883aa61 (patch) | |
| tree | 676e1d2f38e704652bc99e843cb3e05252f07edf /mugam.scm | |
| parent | 37fc07fb6d61d157492c8817ee91b33eb471f872 (diff) | |
| download | machines-b8ba55f836d658841302991c703ee833b883aa61.tar.gz machines-b8ba55f836d658841302991c703ee833b883aa61.tar.lz machines-b8ba55f836d658841302991c703ee833b883aa61.zip | |
With DNS now configured via the Guix configuration, there is no need for shell access. I still leave SSH access for my user, for diagnostic use. Change-Id: Ia3f5ec258fba6249ab2fa2784c1d85f86eb227af
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 |
