This commit is contained in:
iFargle 2023-07-01 16:56:37 +09:00
parent c25e614e1c
commit 94568f983e

View file

@ -49,7 +49,7 @@
};
# NixOS Configuration files:
networking.hostname = ${hostname};
networking.hostname = "${hostname}";
nixosConfigurations = {
# Declare the configuration for "nixos-laptop":
nixos-laptop = lib.nixosSystem {