Compare commits
2
Commits
348a1d7301
...
60e2450c66
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60e2450c66 | ||
|
|
3185a5a375 |
@@ -23,9 +23,11 @@
|
|||||||
mattermost-desktop
|
mattermost-desktop
|
||||||
minio-client
|
minio-client
|
||||||
mumble
|
mumble
|
||||||
|
nebula
|
||||||
nix-index
|
nix-index
|
||||||
pre-commit
|
pre-commit
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
rclone
|
||||||
restic
|
restic
|
||||||
restic-browser
|
restic-browser
|
||||||
tea
|
tea
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
config,
|
||||||
modulesPath,
|
modulesPath,
|
||||||
|
lib,
|
||||||
top,
|
top,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
@@ -13,6 +15,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
nebulaIp = "10.157.0.8";
|
nebulaIp = "10.157.0.8";
|
||||||
};
|
};
|
||||||
|
proxies = lib.genAttrs' [ "thehellings.lan" "nebula.thehellings.com" "shire-zebra.ts.net" ] (
|
||||||
|
name:
|
||||||
|
(lib.nameValuePair "${config.networking.hostName}.${name}" { target = "http://127.0.0.1:9119"; })
|
||||||
|
);
|
||||||
};
|
};
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
sandbox = false;
|
sandbox = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user