raspite: fix build

This commit is contained in:
xinyangli 2025-03-15 21:14:48 +08:00
parent efaee5859c
commit 9de6269cb7
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -33,6 +33,8 @@
# fileSystems."/".fsType = lib.mkForce "btrfs";
boot.supportedFilesystems.zfs = lib.mkForce false;
services.dae.enable = false;
services.tailscale = {
enable = true;
permitCertUid = config.services.caddy.user;

View file

@ -33,6 +33,7 @@ in
services.dae = {
enable = mkDefault true;
configFile = mkDefault "/var/lib/dae/config.dae";
};
};
}