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; - } ]; };