nixos: fix typos

This commit is contained in:
John Bowdre 2023-09-25 18:13:42 -05:00
parent 5449b0af47
commit 892b886d66
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
gdm = {
enable = true;
autoSuspend = false;
};
};
desktopManager = {
gnome.enable = true;

View File

@ -22,7 +22,7 @@
};
filesystems = {
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/b2c7656b-2292-4dc9-94f2-a66690a14969";
fsType = "ext4";