did not test samba and headscale yet

https://github.com/juanfont/headscale/issues/2210#issuecomment-2480130747
This commit is contained in:
2024-11-16 01:51:50 +02:00
parent 112e51dc25
commit e1b782a3c6
12 changed files with 53 additions and 64 deletions

View File

@@ -34,9 +34,6 @@ in
kernelModules = [ "kvm-intel" ];
loader.systemd-boot.enable = true;
# 6.10+ to fix audio. Thanks https://github.com/ilian/cfg/blob/4588b90e674827304cd8e0b9d1aecd75416d1cde/hosts/carbon/configuration.nix#L19
kernelPackages = pkgs.linuxPackages_6_11;
initrd = {
availableKernelModules = [
"xhci_pci"
@@ -45,10 +42,7 @@ in
"usbhid"
"tpm_tis"
];
systemd = {
enableTpm2 = true;
emergencyAccess = true;
};
systemd.emergencyAccess = true;
luks.devices = {
luksroot = {
device = "${nvme}-part3";