hosts: add kalessin
This commit is contained in:
parent
6e2d30751b
commit
e2f5407c75
3 changed files with 75 additions and 0 deletions
12
hosts/kalessin/configuration.nix
Normal file
12
hosts/kalessin/configuration.nix
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue