From ff4a23662f4c6605a1f14c17e5434410f9a88c09 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 18:38:21 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";