1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/systems/wilde/configuration.nix
2019-06-17 17:03:57 +02:00

19 lines
365 B
Nix

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