hosts: add kalessin

This commit is contained in:
Katherina Walshe-Grey 2024-08-12 19:37:39 +01:00
parent 6e2d30751b
commit e2f5407c75
3 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ config, lib, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
system.stateVersion = "23.11";
}