hosts: orm: initial setup
This commit is contained in:
parent
7c700718ed
commit
8c089a1a55
4 changed files with 80 additions and 0 deletions
13
hosts/orm/configuration.nix
Normal file
13
hosts/orm/configuration.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./home.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