use enableNg
This commit is contained in:
parent
85ebb90997
commit
6f92169fe6
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue