1
0
mirror of https://github.com/kmein/niveum synced 2026-03-23 05:11:08 +01:00

move retiolum config; add homeros config

This commit is contained in:
Kierán Meinhardt
2019-01-30 13:26:06 +01:00
parent 101e7c99d4
commit 498215fb07
9 changed files with 146 additions and 91 deletions

View File

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