Renamed Host kb-games-01 to kb-game-01
Some checks failed
/ Check Nix Flake (push) Has been cancelled
Some checks failed
/ Check Nix Flake (push) Has been cancelled
This commit is contained in:
parent
a5665ba46a
commit
839188a231
4 changed files with 6 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
Loading…
Add table
Reference in a new issue