use enableNg

This commit is contained in:
Ingolf Wagner 2024-06-06 02:01:25 +02:00
parent 85ebb90997
commit 6f92169fe6
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

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