mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-15 11:30:13 +00:00
17 lines
283 B
Nix
17 lines
283 B
Nix
{
|
|
imports = [
|
|
./keyboard
|
|
./hardware
|
|
../../modules/base
|
|
../../modules/nixos
|
|
];
|
|
|
|
networking.hostName = "larstvei-think";
|
|
|
|
# Bootloader.
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
|
|
system.stateVersion = "25.05";
|
|
}
|