From 6f92169fe60324fd196170e917f4124c56da5135 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 6 Jun 2024 02:01:25 +0200 Subject: [PATCH] use enableNg --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/flake.nix b/flake.nix index 684f5b5..9040815 100644 --- a/flake.nix +++ b/flake.nix @@ -393,8 +393,6 @@ stylixModules retiolum.nixosModules.retiolum private_assets.nixosModules.chungus - #srvos.nixosModules.server - #srvos.nixosModules.mixins-terminfo { home-manager.users.mainUser = import ./nixos/homes/palo; home-manager.users.root = import ./nixos/homes/root; @@ -427,11 +425,6 @@ { clanCore.machineDescription = "Internet Server"; } - { - # can be removed when this is fixed https://github.com/nix-community/srvos/issues/434 - system.switch.enableNg = false; - system.switch.enable = true; - } ]; };