nix-cluster/cluster/nodes/riri.nix
2025-11-04 23:02:58 +01:00

9 lines
197 B
Nix
Executable file

{ config, lib, pkgs, ...}:
{
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "riri";
}