1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/systems/homeros/config.nix
Kierán Meinhardt b9a6f33aa4 kropsify
2019-04-10 21:14:29 +02:00

14 lines
230 B
Nix

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