oracle machine
This commit is contained in:
parent
59e7521a45
commit
92f34a8e0c
10 changed files with 474 additions and 52 deletions
8
hosts/oracle/o001/configuration.nix
Normal file
8
hosts/oracle/o001/configuration.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
system.stateVersion = "25.05"; # Did you read the comment?
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue