diff --git a/modules/cockpit/default.nix b/modules/cockpit/default.nix new file mode 100644 index 0000000..e23f5ac --- /dev/null +++ b/modules/cockpit/default.nix @@ -0,0 +1,12 @@ +let + port = 31350; +in + +{ + services.cockpit = { + enable = true; + inherit port; + }; + + services.hyprspace.services.manage = "/tcp/${toString port}"; +} diff --git a/modules/default.nix b/modules/default.nix index a970368..db09135 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -4,6 +4,7 @@ let aspects = [ ./autopatch ./brig + ./cockpit ./desktop ./firewall ./games @@ -34,6 +35,7 @@ in rec { sets = with modules; rec { base = [ autopatch + cockpit hardened idm impurity-logger