Disable c3moc config
This commit is contained in:
parent
85e8b63f08
commit
29eb675b80
|
@ -14,8 +14,8 @@ let
|
||||||
in {
|
in {
|
||||||
inherit imports;
|
inherit imports;
|
||||||
|
|
||||||
c3moc.enable = true;
|
c3moc.enable = false;
|
||||||
c3moc.switchNfs = true;
|
c3moc.switchNfs = false;
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = false;
|
boot.loader.systemd-boot.enable = false;
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
|
|
Loading…
Reference in New Issue