nixos/machines/vetus/configuration.nix
Ivan Bushchik ffc7d9fdf2
Refactor configuration
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2023-07-30 12:44:50 +03:00

13 lines
188 B
Nix

{ config, pkgs, ... }:
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "vetus";
system.stateVersion = "23.05";
}