Commit 53c5f05f6ba8
Changed files (1)
home
common
shell
home/common/shell/default.nix
@@ -46,9 +46,12 @@
mosh
ripgrep
- shpool
+ # shpool is enabled via services.shpool
# ugrep
scripts
wol
];
+
+ # Enable shpool with systemd socket activation
+ services.shpool.enable = true;
}