Compare commits
No commits in common. "13642fbbabe1d197a512f896cdb00347dcfdb1f5" and "7d6c9faba2b249d3659aaf9de77b2c1c2ff148eb" have entirely different histories.
13642fbbab
...
7d6c9faba2
3 changed files with 6 additions and 19 deletions
|
@ -5,7 +5,6 @@
|
|||
./heartles-xyz-proxy.nix
|
||||
./ogdo.nix
|
||||
./postfix.nix
|
||||
./nebula.nix
|
||||
];
|
||||
|
||||
nix.settings = {
|
||||
|
|
12
flake.lock
generated
12
flake.lock
generated
|
@ -2,11 +2,11 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1722869614,
|
||||
"narHash": "sha256-7ojM1KSk3mzutD7SkrdSflHXEujPvW1u7QuqWoTLXQU=",
|
||||
"lastModified": 1722519197,
|
||||
"narHash": "sha256-VEdJmVU2eLFtLqCjTYJd1J7+Go8idAcZoT11IewFiRg=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "883180e6550c1723395a3a342f830bfc5c371f6b",
|
||||
"rev": "05405724efa137a0b899cce5ab4dde463b4fd30b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -24,11 +24,11 @@
|
|||
},
|
||||
"unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1722813957,
|
||||
"narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=",
|
||||
"lastModified": 1722421184,
|
||||
"narHash": "sha256-/DJBI6trCeVnasdjUo9pbnodCLZcFqnVZiLUfqLH4jA=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa",
|
||||
"rev": "9f918d616c5321ad374ae6cb5ea89c9e04bf3e58",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
12
nebula.nix
12
nebula.nix
|
@ -1,12 +0,0 @@
|
|||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [ pkgs.nebula ];
|
||||
services.nebula.networks.home = {
|
||||
enable = true;
|
||||
isLighthouse = true;
|
||||
cert = "/etc/nebula/node.crt";
|
||||
key = "/etc/nebula/node.key";
|
||||
ca = "/etc/nebula/ca.crt";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue