anaconda
This commit is contained in:
parent
7ce7fae7ea
commit
b33c731e71
4 changed files with 25 additions and 89 deletions
|
|
@ -18,7 +18,16 @@
|
|||
(elogind-configuration
|
||||
(inherit config)
|
||||
(suspend-state '("mem"))
|
||||
(suspend-mode '("s2idle"))))))
|
||||
(suspend-mode '("s2idle"))))
|
||||
(guix-service-type config =>
|
||||
(guix-configuration
|
||||
(inherit config)
|
||||
(substitute-urls
|
||||
(append (list "https://guix.kylekrein.com")
|
||||
%default-substitute-urls))
|
||||
(authorized-keys
|
||||
(append (list (local-file "./keys/kylekrein.pub"))
|
||||
%default-authorized-guix-keys))))))
|
||||
|
||||
(define my-polkit-wheel
|
||||
(file-union
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue