summaryrefslogtreecommitdiff
path: root/aisaka.org
diff options
context:
space:
mode:
Diffstat (limited to 'aisaka.org')
-rw-r--r--aisaka.org28
1 files changed, 15 insertions, 13 deletions
diff --git a/aisaka.org b/aisaka.org
index 25d9b0c..00fb62b 100644
--- a/aisaka.org
+++ b/aisaka.org
@@ -1,5 +1,5 @@
#+TITLE: Configuration of the Aisaka computer -*- mode: org -*-
-#+STARTUP: content
+#+STARTUP: overview
* TODO LIBREBOOT
@@ -28,19 +28,21 @@ This service installs flashrom.
#+name: flashrom-package
#+begin_src scheme
- (define-public flashrom-service-type
- (service-type
- (name 'flashrom)
- (extensions
- `(,(service-extension home-profile-service-type
- (lambda (_)
- (map specification->package
- '("flashrom"))))))
- (description "Flashrom installation.")
- (default-value #f)))
+ (define-public flashrom-package
+ (service
+ (service-type
+ (name 'flashrom-package)
+ (extensions
+ `(,(service-extension home-profile-service-type
+ (lambda (_)
+ (map specification->package
+ '("flashrom"))))))
+ (description "Flashrom installation.")
+ (default-value #f))))
#+end_src
* TODO System Servers
+
** TODO Secure Shell
#+name: ssh-server
@@ -325,10 +327,10 @@ The Sway Window Manager consists of Sway packages and relevant configurations.
"unzip"
"zip")))
(services
- `(,ssh-configuration
+ `(,flashrom-package
+ ,ssh-configuration
,sway-configuration
,sway-packages
- ,(service flashrom-service-type)
,(service home-bash-service-type
(home-bash-configuration
(environment-variables '(("EDITOR" . "emacs -nw")