This commit is contained in:
Martin Benonisen 2024-03-18 13:13:50 +01:00
parent 4c5dff803e
commit d19c898833
Signed by: mbeno
GPG Key ID: 025254EFB372A723
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "nixos"; # Define your hostname.
networking.hostName = "zedd"; # Define your hostname.
networking.networkmanager.enable = true;
time.timeZone = "Europe/Oslo";
i18n.defaultLocale = "en_US.UTF-8";