1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/systems/wilde/configuration.nix
Kierán Meinhardt bdf79d5f3f wilde: add to niveum
2019-06-15 17:54:39 +02:00

17 lines
307 B
Nix

{ config, pkgs, ... }:
{
imports = [
<configs/default.nix>
./hardware-configuration.nix
<stockholm/krebs/2configs/hw/x220.nix>
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "wilde";
system.stateVersion = "19.03";
}