removed cockpit

This commit is contained in:
2025-10-04 11:10:13 -05:00
parent e020f15be4
commit 7bff22ec39
3 changed files with 1 additions and 18 deletions

View File

@@ -1,16 +0,0 @@
{ config, pkgs, ... }:
{
services.cockpit = {
enable = true;
openFirewall = true;
port = 9090;
allowed-origins = [ "http://0.0.0.0:9090" "https://0.0.0.0:9090" "http://localhost:9090" ];
settings = {
WebService = {
AllowUnencrypted = true;
};
};
};
}

View File

@@ -1,5 +1,6 @@
{ config, lib, pkgs, ... }:
# define nfs exports
let
nfsExports = ''
/holocron/vault *(rw,sync,no_subtree_check,no_root_squash)