modules/cockpit: init

This commit is contained in:
Max Headroom 2024-05-14 16:08:23 +02:00
parent 2b98b473a0
commit 29e7717d30
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
let
port = 31350;
in
{
services.cockpit = {
enable = true;
inherit port;
};
services.hyprspace.services.manage = "/tcp/${toString port}";
}

View file

@ -4,6 +4,7 @@ let
aspects = [ aspects = [
./autopatch ./autopatch
./brig ./brig
./cockpit
./desktop ./desktop
./firewall ./firewall
./games ./games
@ -34,6 +35,7 @@ in rec {
sets = with modules; rec { sets = with modules; rec {
base = [ base = [
autopatch autopatch
cockpit
hardened hardened
idm idm
impurity-logger impurity-logger