Fix typos

This commit is contained in:
tbarnouin 2024-09-17 15:09:37 +02:00
parent 5496ce5300
commit d5b7623427
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@
modules = [
./hosts/nixmox-perseverance/configuration.nix
{
networking.hostName = nixmox-perseverance;
networking.hostName = "nixmox-perseverance";
}
home-manager.nixosModules.home-manager
{
@ -76,7 +76,7 @@
modules = [
./hosts/nixmox-curiosity/configuration.nix
{
networking.hostName = nixmox-curiosity;
networking.hostName = "nixmox-curiosity";
}
home-manager.nixosModules.home-manager
{

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
{ imports = [ ./hardware-configuration.nix ];
{ #imports = [ ./hardware-configuration.nix ];
nix = {
settings = {