Compare commits
No commits in common. "048272160b358aa5e9bbfd3480b15749db8c5e2e" and "7a3d5bfb2a580086707cc2d078803cab44873b56" have entirely different histories.
048272160b
...
7a3d5bfb2a
2 changed files with 2 additions and 11 deletions
|
|
@ -12,7 +12,7 @@ in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
self.nixosModules.default
|
self.nixosModules.default
|
||||||
"${modulesPath}/virtualisation/lxc-container.nix"
|
# "${modulesPath}/virtualisation/lxc-container.nix"
|
||||||
];
|
];
|
||||||
services.yggdrasil.persistentKeys = false;
|
services.yggdrasil.persistentKeys = false;
|
||||||
deploy = {
|
deploy = {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
flake,
|
flake,
|
||||||
modulesPath,
|
modulesPath,
|
||||||
# config,
|
# config,
|
||||||
|
|
@ -24,21 +23,13 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
DATA_DIR = "/var/lib/uptime-kuma/";
|
DATA_DIR = "/var/lib/uptime-kuma/";
|
||||||
UPTIME_KUMA_HOST = "0.0.0.0";
|
UPTIME_KUMA_HOST = "127.0.0.1";
|
||||||
PORT = "3001";
|
PORT = "3001";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "observer-tofu";
|
hostName = "observer-tofu";
|
||||||
firewall = {
|
|
||||||
# enable = lib.mkForce false;
|
|
||||||
interfaces = {
|
|
||||||
"eth0@if77" = {
|
|
||||||
allowedTCPPorts = [ 3001 ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue