2023-07-28 17:41:32 +03:00
|
|
|
|
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
boot.loader.systemd-boot.enable = true;
|
|
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
|
|
|
|
|
|
networking.hostName = "vetus";
|
|
|
|
|
2023-08-09 15:12:25 +03:00
|
|
|
|
2023-07-28 17:41:32 +03:00
|
|
|
system.stateVersion = "23.05";
|
|
|
|
}
|
|
|
|
|