1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +01:00
Files
niveum/systems/homeros/configuration.nix
Kierán Meinhardt 60a08c6783 kropsify some more
2019-04-11 07:43:08 +02:00

15 lines
269 B
Nix

{ config, pkgs, ... }:
{
imports =
[ <systems/generic.nix>
./hardware-configuration.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "homeros";
system.stateVersion = "19.03";
}