nixos/machines/celerrime/configuration.nix
Ivan Bushchik f4d77440fb
Cleanup celerrime config
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2023-07-30 10:27:10 +03:00

9 lines
174 B
Nix

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