mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
nixos: fix typos
This commit is contained in:
parent
5449b0af47
commit
892b886d66
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
gdm = {
|
||||
enable = true;
|
||||
autoSuspend = false;
|
||||
};
|
||||
};
|
||||
desktopManager = {
|
||||
gnome.enable = true;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
};
|
||||
|
||||
|
||||
filesystems = {
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-uuid/b2c7656b-2292-4dc9-94f2-a66690a14969";
|
||||
fsType = "ext4";
|
||||
|
|
Loading…
Reference in a new issue