Renamed Host kb-games-01 to kb-game-01
Some checks failed
/ Check Nix Flake (push) Has been cancelled

This commit is contained in:
Kaybee 2025-01-01 22:51:10 +01:00
parent a5665ba46a
commit 839188a231
Signed by: kb01
SSH key fingerprint: SHA256:kF6CmkcOkKRzXK9JFMTQPK6b5gf5tHcJR1n2IS/Bj7M
4 changed files with 6 additions and 4 deletions

View file

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

View file

@ -40,8 +40,9 @@
];
# 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
sops-nix.nixosModules.sops
];
# Modules for Host LoyAdjo

View file

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