fix: issues that make it so flake check won't complete

This commit is contained in:
Ahwx 2024-10-18 11:40:09 +02:00
parent 451188b599
commit 57245a24e6
2 changed files with 15 additions and 3 deletions

View file

@ -5,5 +5,11 @@
./../../modules/core
];
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
"olm-3.2.16"
];
powerManagement.cpuFreqGovernor = "performance";
}
}

View file

@ -5,6 +5,12 @@
./../../modules/core
];
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
"olm-3.2.16"
];
# kvm/qemu doesn't use UEFI firmware mode by default.
# so we force-override the setting here
# and configure GRUB instead.
@ -22,9 +28,9 @@
enable = true;
ports = [22];
settings = {
PasswordAuthentication = true;
# PasswordAuthentication = lib.mkOverride true;
AllowUsers = null;
PermitRootLogin = "yes";
# PermitRootLogin = "yes";
};
};
}