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

@@ -250,7 +250,7 @@ in
'';
"irc.jakstys.lt".extraConfig =
let
gamja = pkgs.pkgs-unstable.compressDrvWeb (pkgs.gamja.override {
gamja = pkgs.compressDrvWeb (pkgs.gamja.override {
gamjaConfig = {
server = {
url = "irc.jakstys.lt:6698";

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";

View File

@@ -1,6 +1,5 @@
{
self,
pkgs,
modulesPath,
...
}:
@@ -24,7 +23,6 @@
boot = {
loader.systemd-boot.enable = true;
kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
supportedFilesystems = [
"zfs"
"btrfs"

View File

@@ -34,7 +34,6 @@ in
};
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = [ "kvm-intel" ];
loader.systemd-boot.enable = true;
initrd = {

View File

@@ -126,7 +126,7 @@
# shared printing
services.avahi = {
enable = true;
nssmdns = true;
nssmdns4 = true;
openFirewall = true;
publish = {
enable = true;