fix stuff
This commit is contained in:
@@ -10,7 +10,6 @@ let
|
|||||||
hostname = "jallen-nas";
|
hostname = "jallen-nas";
|
||||||
ipAddress = "10.0.1.18";
|
ipAddress = "10.0.1.18";
|
||||||
gateway = "10.0.1.1";
|
gateway = "10.0.1.1";
|
||||||
ssid = "Joey’s Jungle";
|
|
||||||
password = "kR8v&3Qd";
|
password = "kR8v&3Qd";
|
||||||
allowedPorts = [
|
allowedPorts = [
|
||||||
2342
|
2342
|
||||||
@@ -46,7 +45,7 @@ in
|
|||||||
wireless = {
|
wireless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
networks = {
|
networks = {
|
||||||
ssid = {
|
"Joey’s Jungle" = {
|
||||||
psk = password;
|
psk = password;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
grafana = {
|
grafana = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings.server = {
|
settings.server = {
|
||||||
http_port = 2342;
|
http_port = 2342;
|
||||||
domain = hostname;
|
domain = hostname;
|
||||||
@@ -81,7 +81,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
prometheus = {
|
prometheus = {
|
||||||
enable = true;
|
enable = false;
|
||||||
port = 9001;
|
port = 9001;
|
||||||
exporters = {
|
exporters = {
|
||||||
node = {
|
node = {
|
||||||
@@ -127,14 +127,14 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
tailscale = {
|
tailscale = {
|
||||||
enable = true;
|
enable = false;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
useRoutingFeatures = "client";
|
useRoutingFeatures = "client";
|
||||||
extraUpFlags = [ "--advertise-exit-node" ];
|
extraUpFlags = [ "--advertise-exit-node" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
btrfs = {
|
btrfs = {
|
||||||
autoScrub.enable = true;
|
autoScrub.enable = false;
|
||||||
autoScrub.fileSystems = [
|
autoScrub.fileSystems = [
|
||||||
"/nix"
|
"/nix"
|
||||||
"/root"
|
"/root"
|
||||||
|
|||||||
Reference in New Issue
Block a user