mirror of
https://github.com/kmein/niveum
synced 2026-03-21 20:31:07 +01:00
MASSIVE restructuring
This commit is contained in:
13
systems/homeros/config.nix
Normal file
13
systems/homeros/config.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports =
|
||||
[ ../regular.nix
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "homeros";
|
||||
|
||||
system.stateVersion = "19.03";
|
||||
}
|
||||
Reference in New Issue
Block a user