Compare commits
2 commits
5af49c32e2
...
3bdb7539b5
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bdb7539b5 | |||
| e3577910d1 |
2 changed files with 8 additions and 0 deletions
|
|
@ -50,6 +50,12 @@
|
|||
fsType = config.fileSystems."/".fsType;
|
||||
options = [ "subvolid=5" "ro" ];
|
||||
};
|
||||
"/mnt/windows" = {
|
||||
device = "/dev/disk/by-uuid/B61AFDAC1AFD6A2F";
|
||||
fsType = "ntfs3";
|
||||
neededForBoot = false;
|
||||
options = [ "noauto" "windows_names" ];
|
||||
};
|
||||
"/home" = {
|
||||
device = "/dev/disk/by-uuid/5322c217-b87b-4150-8b4c-a8fa17a899bf";
|
||||
fsType = "btrfs";
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@
|
|||
useXkbConfig = true;
|
||||
};
|
||||
|
||||
boot.supportedFilesystems = [ "nfs" ];
|
||||
|
||||
# Set up localisation
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue