1
0
mirror of https://github.com/kmein/niveum synced 2026-03-23 13:21:06 +01:00

kropsify some more

This commit is contained in:
Kierán Meinhardt
2019-04-11 07:43:08 +02:00
parent b9a6f33aa4
commit 60a08c6783
24 changed files with 72 additions and 59 deletions

View File

@@ -0,0 +1,14 @@
{ 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";
}