Added 'bomba' configuration

This commit is contained in:
2025-10-10 19:35:46 +02:00
parent 5b1967d4fa
commit 1a59142467
4 changed files with 88 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{ ... }:
{
imports = [
./configuration.nix
./hardware.nix
];
networking.hostName = "bomba";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
system.stateVersion = "25.05"; # Did you read the comment?
}