Fix typos
This commit is contained in:
parent
5496ce5300
commit
d5b7623427
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{ imports = [ ./hardware-configuration.nix ];
|
||||
{ #imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue