diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-01-04 13:13:39 -0700 |
|---|---|---|
| committer | bdunahu <bdunahu@operationnull.com> | 2026-01-04 13:13:39 -0700 |
| commit | c2b706ff2f3aa42d58a03febad1d1b8f8d5a1142 (patch) | |
| tree | d6786f531f02717472abdc992cc6c6ef81e660b3 /guix/kolwynia/os/ymir/users.scm | |
| parent | c4ca05231236c7e9bdf5304275eadde954acf588 (diff) | |
remove unnecessary nested guix dir
Diffstat (limited to 'guix/kolwynia/os/ymir/users.scm')
| -rw-r--r-- | guix/kolwynia/os/ymir/users.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/guix/kolwynia/os/ymir/users.scm b/guix/kolwynia/os/ymir/users.scm deleted file mode 100644 index a577998..0000000 --- a/guix/kolwynia/os/ymir/users.scm +++ /dev/null @@ -1,28 +0,0 @@ -;;; Copyright © 2025 bdunahu <bdunahu@operationnull.com> -(define-module (kolwynia os ymir users) - #:use-module (gnu system accounts) - #:use-module (kolwynia utils) - #:export (bdunahu-str bdunahu)) - -;;; Commentary: -;;; -;;; provides the bdunahu user configuration -;;; -;;; Code: - -(define bdunahu-str "bdunahu") -(define bdunahu - (user-account - (name bdunahu-str) - (comment bdunahu-str) - (group "users") - (home-directory (string-append "/home/" bdunahu-str)) - (supplementary-groups - (cons* "audio" - "dialout" - "netdev" - "video" - "wheel" - (garmr?* "kvm"))))) - -;;; users.scm ends here |
