2024-08-19 12:38:46 +02:00
|
|
|
{ pkgs, lib, ... }:
|
2023-11-10 19:48:06 +01:00
|
|
|
{
|
|
|
|
pub-solar.core.disk-encryption-active = false;
|
|
|
|
isoImage.squashfsCompression = "gzip -Xcompression-level 1";
|
|
|
|
systemd.services.sshd.wantedBy = lib.mkForce [ "multi-user.target" ];
|
|
|
|
networking.networkmanager.enable = false;
|
|
|
|
}
|