summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-02-03 13:38:17 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2023-02-03 13:38:17 +0100
commit11445ae614cc8b77ddfd79df260b9012675ffecd (patch)
treec52ec864db1e1ec15a4a856beb3f39e89ee3bf85
parent3271f0669c404783a02f77ec0426ec71c5578f75 (diff)
Remove nix
-rw-r--r--aisaka.org3
-rw-r--r--system-configuration.scm3
2 files changed, 0 insertions, 6 deletions
diff --git a/aisaka.org b/aisaka.org
index e7752ac..c7ff4b4 100644
--- a/aisaka.org
+++ b/aisaka.org
@@ -22,7 +22,6 @@ https://guix.gnu.org/en/manual/devel/en/html_node/System-Configuration.html
#:use-module (gnu services configuration)
#:use-module (gnu services desktop)
#:use-module (gnu services networking)
- #:use-module (gnu services nix)
#:use-module (gnu services ssh)
#:use-module (gnu services xorg)
#:use-module (ssh-server))
@@ -48,7 +47,6 @@ https://guix.gnu.org/en/manual/devel/en/html_node/System-Configuration.html
(packages (append (map (compose list
specification->package+output)
'("netcat-openbsd"
- "nix"
"nss-certs"
"ntfs-3g"
"trezord"
@@ -60,7 +58,6 @@ https://guix.gnu.org/en/manual/devel/en/html_node/System-Configuration.html
,epson-inkjet-printer-escpr))
(web-interface? #t)))
(service gnome-desktop-service-type)
- (service nix-service-type)
(service tor-service-type
(tor-configuration (config-file (local-file "torrc"))
(control-socket? #t)))
diff --git a/system-configuration.scm b/system-configuration.scm
index 6bbbbc5..56dd14c 100644
--- a/system-configuration.scm
+++ b/system-configuration.scm
@@ -8,7 +8,6 @@
#:use-module (gnu services configuration)
#:use-module (gnu services desktop)
#:use-module (gnu services networking)
- #:use-module (gnu services nix)
#:use-module (gnu services ssh)
#:use-module (gnu services xorg)
#:use-module (ssh-server))
@@ -34,7 +33,6 @@
(packages (append (map (compose list
specification->package+output)
'("netcat-openbsd"
- "nix"
"nss-certs"
"ntfs-3g"
"trezord"
@@ -46,7 +44,6 @@
,epson-inkjet-printer-escpr))
(web-interface? #t)))
(service gnome-desktop-service-type)
- (service nix-service-type)
(service tor-service-type
(tor-configuration (config-file (local-file "torrc"))
(control-socket? #t)))