nixos/machines/celerrime/configuration.nix

10 lines
174 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
imports = [ ];
networking.hostName = "celerrime";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = false;
}