diff --git a/hosts/nixos-laptop/configuration.nix b/hosts/nixos-laptop/configuration.nix index 4dbf6821..0928a619 100644 --- a/hosts/nixos-laptop/configuration.nix +++ b/hosts/nixos-laptop/configuration.nix @@ -1,7 +1,7 @@ { lib, config, pkgs, ... }: { # Set the networking hostname: - networking.hostname = "nixos-laptop"; + networking.hostName = "nixos-laptop"; # Enable swap on luks boot.initrd.luks.devices."luks-9704447e-6bd0-4a35-9c24-20cbab81c431".device = "/dev/disk/by-uuid/9704447e-6bd0-4a35-9c24-20cbab81c431";