mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
add catullus with retiolum
This commit is contained in:
@@ -10,8 +10,8 @@ let
|
|||||||
retiolum = pkgs.fetchFromGitHub {
|
retiolum = pkgs.fetchFromGitHub {
|
||||||
owner = "krebs";
|
owner = "krebs";
|
||||||
repo = netname;
|
repo = netname;
|
||||||
rev = "8edeafb01411943eb483b5431bccce6702406f12";
|
rev = "3ffcc41287434619a113ef3065ca5bd7d41478a5";
|
||||||
sha256 = "1vnmhr5qfxhndlnsk8c87qbbwmlph1inlj924vqymfm1lgsasdq0";
|
sha256 = "1svz2gym89y19xv8sy6nda59as9cjckf26skrbqap6kb5zrvm3v2";
|
||||||
};
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ in {
|
|||||||
|
|
||||||
networking.retiolum = {
|
networking.retiolum = {
|
||||||
ipv4 = "10.243.2.3";
|
ipv4 = "10.243.2.3";
|
||||||
|
ipv6 = "42:0:3c46:3ec0:7aad:d1d5:9842:da4c";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc."tinc/retiolum/rsa_key.priv" = {
|
environment.etc."tinc/retiolum/rsa_key.priv" = {
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ let
|
|||||||
url = https://github.com/NixOS/nixpkgs-channels;
|
url = https://github.com/NixOS/nixpkgs-channels;
|
||||||
};
|
};
|
||||||
system.file = toString path;
|
system.file = toString path;
|
||||||
|
modules.file = toString ../modules;
|
||||||
packages.file = toString ../packages;
|
packages.file = toString ../packages;
|
||||||
nixos-config.symlink = "system/configuration.nix";
|
nixos-config.symlink = "system/configuration.nix";
|
||||||
secrets.pass = {
|
secrets.pass = {
|
||||||
|
|||||||
Reference in New Issue
Block a user