http1 traefik

This commit is contained in:
mjallen18
2026-02-04 22:05:56 -06:00
parent ce4047b62f
commit eac9c4b67d
7 changed files with 67 additions and 46 deletions

View File

@@ -40,7 +40,7 @@
# ###################################################
network = {
hostName = "nuc-nixos";
hostName = "nixos";
firewall = {
enable = true;
allowPing = true;
@@ -62,11 +62,13 @@
# ###################################################
user = {
name = "admin";
name = "nixos";
linger = true;
};
};
home-manager.users.nixos.snowfallorg.user.name = "nixos";
# ###################################################
# # Boot # #
# ###################################################

View File

@@ -34,7 +34,7 @@
# ###################################################
network = {
hostName = "nuc-nixos";
hostName = "nixos";
firewall = {
enable = true;
allowPing = true;
@@ -56,17 +56,26 @@
# ###################################################
user = {
name = "admin";
name = "nixos";
linger = true;
};
};
specialisation.graphical.configuation = {
# ###################################################
# # Desktop # #
# ###################################################
${namespace}.desktop.cosmic.enable = true;
};
# home-manager.users.nixos.snowfallorg.user.name = "nixos";
# ###################################################
# # Boot # #
# ###################################################
boot = {
kernelPackages = lib.mkForce pkgs.${namespace}.linuxPackages_cachyos-server-lto-znver4;
kernelPackages = lib.mkForce pkgs.${namespace}.linuxPackages_cachyos-server-lto;
supportedFilesystems.zfs = false;
};