aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-01-25 16:43:41 -0700
committerKenny Ballou <kb@devnulllabs.io>2023-01-25 16:43:41 -0700
commit7a973308d5460312109531302a40abc3a0a49e54 (patch)
treec988fae65338e58b956f5ba71edfc3b9df9f11c7 /systems
parent4ddcd11e71d66fb5b80c8dd964ee5c35f815994e (diff)
downloaddotfiles-7a973308d5460312109531302a40abc3a0a49e54.tar.gz
dotfiles-7a973308d5460312109531302a40abc3a0a49e54.tar.xz
daeva: add 'subordinate-ids' service
This is mostly WIP. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/daeva.scm10
1 files changed, 9 insertions, 1 deletions
diff --git a/systems/daeva.scm b/systems/daeva.scm
index 20256f96..0d42b109 100644
--- a/systems/daeva.scm
+++ b/systems/daeva.scm
@@ -143,7 +143,15 @@
(service virtlog-service-type)
(service libvirt-service-type)
(service tor-service-type
- (tor-configuration)))
+ (tor-configuration))
+ (simple-service 'subordinate-ids
+ special-files-service-type
+ `(("/etc/subuid" ,(mixed-text-file "subuid"
+ "kb:100000:65536"
+ "\n"))
+ ("/etc/subgid" ,(mixed-text-file "subgid"
+ "kb:100000:65536"
+ "\n")))))
%kbg-desktop-services))
;; Allow resolution of '.local' host names with mDNS.