diff options
| author | c0co.channel <c0co.channel@braincrime.com> | 2025-09-20 23:19:33 +0100 |
|---|---|---|
| committer | c0co.channel <c0co.channel@braincrime.com> | 2025-09-20 23:19:33 +0100 |
| commit | 441ee5792c71c0f021b9e90a7f609fef2cdb5e7e (patch) | |
| tree | ef74b88a51be5712d77bb789992376b07650fa93 /dom0/system.scm | |
| parent | e9ae23f145af5dad17175d73d9095860ec0a4c07 (diff) | |
Add basic pwn system and home configs
Diffstat (limited to 'dom0/system.scm')
| -rw-r--r-- | dom0/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom0/system.scm b/dom0/system.scm index 5892ef5..3757c0a 100644 --- a/dom0/system.scm +++ b/dom0/system.scm @@ -88,7 +88,7 @@ (append (list "https://substitutes.nonguix.org") %default-substitute-urls)) (authorized-keys - (append (list (local-file "files/nonguix-signing-key.pub")) + (append (list (local-file "..files/nonguix-signing-key.pub")) %default-authorized-guix-keys))))) (list ;; NVIDIA |
