1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: use newest zoom-us

This commit is contained in:
2021-01-15 14:09:06 +01:00
parent 5923f3341a
commit 5175f3f819
5 changed files with 12 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ let
netname = "retiolum";
cfg = config.networking.retiolum;
in {
imports = [ "${(import <niveum/lib>).nixpkgs-unstable}/nixos/modules/services/networking/tinc.nix" ];
imports = [ "${(import <niveum/lib>).nixpkgs-src}/nixos/modules/services/networking/tinc.nix" ];
disabledModules = [ "services/networking/tinc.nix" ];
options = {