aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-10-08 13:32:10 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-10-08 13:32:37 -0600
commit2caacdf8189c885269db4bc982995d5e935b9239 (patch)
tree24f539cc06d64534281ea489ca6bd6cba5b54c60 /systems
parent78de8e86c00ec08d6a2caa3ca915a3f4ed5a7d11 (diff)
downloaddotfiles-2caacdf8189c885269db4bc982995d5e935b9239.tar.gz
dotfiles-2caacdf8189c885269db4bc982995d5e935b9239.tar.xz
systems: enable and use local dictionary daemon
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/daeva.scm2
-rw-r--r--systems/daeva/nftables-rules.nft2
-rw-r--r--systems/koi.scm2
-rw-r--r--systems/koi/nftables-rules.nft2
-rw-r--r--systems/yak.scm2
-rw-r--r--systems/yak/nftables-rules.nft2
6 files changed, 6 insertions, 6 deletions
diff --git a/systems/daeva.scm b/systems/daeva.scm
index 36f4a526..db053f04 100644
--- a/systems/daeva.scm
+++ b/systems/daeva.scm
@@ -27,6 +27,7 @@
#:use-module (kbg packages profiles base)
#:use-module (kbg packages profiles desktop)
#:use-module (kbg services desktop)
+ #:use-module (kbg services dict)
#:use-module (kbg services nftables)
#:use-module ((kbg system mcron) :prefix mcron:)
#:use-module (kbg system xorg))
@@ -112,6 +113,7 @@
(service cups-service-type
(cups-configuration
(web-interface? #t)))
+ dictionary-service
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout)
diff --git a/systems/daeva/nftables-rules.nft b/systems/daeva/nftables-rules.nft
index 58828827..35479d56 100644
--- a/systems/daeva/nftables-rules.nft
+++ b/systems/daeva/nftables-rules.nft
@@ -62,8 +62,6 @@ table inet filter {
tcp dport 6697 counter accept comment "IRC"
tcp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
- tcp dport 2628 counter accept comment "Dictionary"
- udp dport 2628 counter accept comment "Dictionary"
tcp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 19302-19309 counter accept comment "Google Meet Ports"
diff --git a/systems/koi.scm b/systems/koi.scm
index 2c2954b0..df846305 100644
--- a/systems/koi.scm
+++ b/systems/koi.scm
@@ -29,6 +29,7 @@
#:use-module (kbg packages profiles base)
#:use-module (kbg packages profiles desktop)
#:use-module (kbg services desktop)
+ #:use-module (kbg services dict)
#:use-module (kbg services nftables)
#:use-module ((kbg system mcron) :prefix mcron:)
#:use-module (kbg system xorg))
@@ -167,6 +168,7 @@
(service cups-service-type
(cups-configuration
(web-interface? #t)))
+ dictionary-service
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout)
diff --git a/systems/koi/nftables-rules.nft b/systems/koi/nftables-rules.nft
index 2745a4d7..2e68f351 100644
--- a/systems/koi/nftables-rules.nft
+++ b/systems/koi/nftables-rules.nft
@@ -63,8 +63,6 @@ table inet filter {
tcp dport 6697 counter accept comment "IRC"
tcp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
- tcp dport 2628 counter accept comment "Dictionary"
- udp dport 2628 counter accept comment "Dictionary"
tcp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 19302-19309 counter accept comment "Google Meet Ports"
diff --git a/systems/yak.scm b/systems/yak.scm
index 78a032cb..3a1a1776 100644
--- a/systems/yak.scm
+++ b/systems/yak.scm
@@ -29,6 +29,7 @@
#:use-module (kbg packages profiles base)
#:use-module (kbg packages profiles desktop)
#:use-module (kbg services desktop)
+ #:use-module (kbg services dict)
#:use-module (kbg services nftables)
#:use-module (kbg services slurm)
#:use-module (kbg system setuid-programs)
@@ -103,6 +104,7 @@
(web-interface? #t)
(extensions
(list cups-filters hplip-minimal splix))))
+ dictionary-service
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout)
diff --git a/systems/yak/nftables-rules.nft b/systems/yak/nftables-rules.nft
index df855be9..c572c647 100644
--- a/systems/yak/nftables-rules.nft
+++ b/systems/yak/nftables-rules.nft
@@ -63,8 +63,6 @@ table inet filter {
tcp dport 6697 counter accept comment "IRC"
tcp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
- tcp dport 2628 counter accept comment "Dictionary"
- udp dport 2628 counter accept comment "Dictionary"
tcp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 19302-19309 counter accept comment "Google Meet Ports"