k3s
This commit is contained in:
@@ -50,14 +50,8 @@
|
|||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
# use the example session manager (no others are packaged yet so this is enabled by default,
|
|
||||||
# no need to redefine it in your config for now)
|
|
||||||
#media-session.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
|
||||||
# services.xserver.libinput.enable = true;
|
|
||||||
|
|
||||||
users.users.alex = {
|
users.users.alex = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "alex";
|
description = "alex";
|
||||||
@@ -76,6 +70,10 @@
|
|||||||
home-manager.backupFileExtension = "backup";
|
home-manager.backupFileExtension = "backup";
|
||||||
|
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
|
services.fwupd.enable = true;
|
||||||
|
hardware.enableAllFirmware = true;
|
||||||
|
hardware.firmware = with pkgs; [ linux-firmware ];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
services.k3s.extraFlags = toString [
|
services.k3s.extraFlags = toString [
|
||||||
# "--debug" # Optionally add additional args to k3s
|
# "--debug" # Optionally add additional args to k3s
|
||||||
"--disable=traefik"
|
"--disable=traefik"
|
||||||
|
"--bind-address 100.122.128.107"
|
||||||
"--tls-san 100.122.128.107"
|
"--tls-san 100.122.128.107"
|
||||||
];
|
];
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
|||||||
Reference in New Issue
Block a user