Merge branch 'main' of ssh://git.kb-one.de:9522/kb01/aux-config
Some checks failed
/ Check Nix Flake (push) Has been cancelled

This commit is contained in:
Kaybee 2025-01-05 14:01:07 +01:00
commit 357546359e
6 changed files with 9 additions and 6 deletions

View file

@ -76,8 +76,8 @@ Ram: 32GB
Gpu: NVIDIA GeForce GTX 1070 Gpu: NVIDIA GeForce GTX 1070
### [kb-games-01](./systems/x86_64-linux/kb-games-01) ### [kb-game-01](./systems/x86_64-linux/kb-game-01)
My KVM Server for Gameservers (wip) My KVM Server for Gameservers
Cpu: AMD EPYC 7702P 64-Core (4 Cores) Cpu: AMD EPYC 7702P 64-Core (4 Cores)

View file

@ -40,8 +40,9 @@
]; ];
# Modules for Host kb-games-01 # Modules for Host kb-games-01
systems.hosts.kb-games-01.modules = with inputs; [ systems.hosts.kb-game-01.modules = with inputs; [
lix-module.nixosModules.default lix-module.nixosModules.default
sops-nix.nixosModules.sops
]; ];
# Modules for Host LoyAdjo # Modules for Host LoyAdjo

View file

@ -71,8 +71,6 @@ in {
services.gpg-agent.enable = true; services.gpg-agent.enable = true;
services.ssh-agent.enable = true;
programs.firefox = { programs.firefox = {
enable = true; enable = true;
nativeMessagingHosts = [ pkgs.firefoxpwa ]; nativeMessagingHosts = [ pkgs.firefoxpwa ];

View file

@ -74,6 +74,9 @@
# Enable CUPS to print documents. # Enable CUPS to print documents.
services.printing.enable = true; services.printing.enable = true;
# Enable SSH-Agent
programs.ssh.startAgent = true;
# Enable sound with pipewire. # Enable sound with pipewire.
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;

View file

@ -21,7 +21,7 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# Define your hostname. # Define your hostname.
networking.hostName = "kb-games-01"; networking.hostName = "kb-game-01";
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Amsterdam"; time.timeZone = "Europe/Amsterdam";
@ -37,6 +37,7 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPpN/3esM0SFLJ2guCBOYX8IdBC+jUiMF+xPYkTEuzbe kb-work yerukall" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPpN/3esM0SFLJ2guCBOYX8IdBC+jUiMF+xPYkTEuzbe kb-work yerukall"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMN1LWMOfFtRKkSLIA/XTj3KYm7OG2bjqEmGXj0gmDc7 kb@LoyAdjo" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMN1LWMOfFtRKkSLIA/XTj3KYm7OG2bjqEmGXj0gmDc7 kb@LoyAdjo"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE7W8FUUvM8rUGK6qV3XOIxR0y/pdyo9z5HZNzOADs5+ kb@Rubtrm" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE7W8FUUvM8rUGK6qV3XOIxR0y/pdyo9z5HZNzOADs5+ kb@Rubtrm"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILgfAxGyxjNOZyuUZIlwVCzj/mBM9uM7apNDzEJ3g+F+ kb@LANA9C"
]; ];
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user. extraGroups = [ "wheel" ]; # Enable sudo for the user.