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

Add scardanelli

This commit is contained in:
Kierán Meinhardt
2019-01-30 17:08:07 +01:00
parent 99a5f7621b
commit 3204c97a9e
2 changed files with 45 additions and 0 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 = "scardanelli";
system.stateVersion = "19.03";
}