Added a new configuration

This commit is contained in:
2025-06-19 08:49:05 +02:00
parent 6e4fc04088
commit 356d7f1c09
6 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{ currentSystemUser, ... }:
{
imports = [
./hardware.nix
./services.nix
./virtualisation.nix
./networking.nix
];
networking.hostName = "workstation"; # Define your hostname.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
system.stateVersion = "24.11"; # Did you read the comment?
}