move to backup
This commit is contained in:
parent
294dc66380
commit
a0e3d792a9
182 changed files with 156 additions and 103 deletions
15
bak/modules/cockpit/default.nix
Normal file
15
bak/modules/cockpit/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
services.cockpit = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
allowed-origins = [
|
||||
"http://192.168.178.69:9090"
|
||||
"wss://192.168.178.69:9090"
|
||||
];
|
||||
settings = {
|
||||
WebService = {
|
||||
AllowUnencrypted = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue