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 = [
|
modules = [
|
||||||
./hosts/nixmox-perseverance/configuration.nix
|
./hosts/nixmox-perseverance/configuration.nix
|
||||||
{
|
{
|
||||||
networking.hostName = nixmox-perseverance;
|
networking.hostName = "nixmox-perseverance";
|
||||||
}
|
}
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/nixmox-curiosity/configuration.nix
|
./hosts/nixmox-curiosity/configuration.nix
|
||||||
{
|
{
|
||||||
networking.hostName = nixmox-curiosity;
|
networking.hostName = "nixmox-curiosity";
|
||||||
}
|
}
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{ imports = [ ./hardware-configuration.nix ];
|
{ #imports = [ ./hardware-configuration.nix ];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue