From 892b886d662c79b19fd8d482e5f399de81fe2cc9 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 25 Sep 2023 18:13:42 -0500 Subject: [PATCH] nixos: fix typos --- hosts/common/optional/gnome.nix | 1 + hosts/pixnix/hardware-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/common/optional/gnome.nix b/hosts/common/optional/gnome.nix index 74bbeea..bce4bbf 100644 --- a/hosts/common/optional/gnome.nix +++ b/hosts/common/optional/gnome.nix @@ -6,6 +6,7 @@ gdm = { enable = true; autoSuspend = false; + }; }; desktopManager = { gnome.enable = true; diff --git a/hosts/pixnix/hardware-configuration.nix b/hosts/pixnix/hardware-configuration.nix index b01ec79..f1c9fba 100644 --- a/hosts/pixnix/hardware-configuration.nix +++ b/hosts/pixnix/hardware-configuration.nix @@ -22,7 +22,7 @@ }; - filesystems = { + fileSystems = { "/" = { device = "/dev/disk/by-uuid/b2c7656b-2292-4dc9-94f2-a66690a14969"; fsType = "ext4";