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 b94da2d550 MASSIVE restructuring
2019-01-30 10:58:34 +01:00

14 lines
227 B
Nix

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