mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
auto up 14:23:31 up 3:05, 2 users, load average: 0.68, 0.71, 0.72
This commit is contained in:
@@ -13,9 +13,9 @@
|
|||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/shared" = {
|
fileSystems."/shared" = {
|
||||||
device = "/dev/disk/by-uuid/8CEA-13E3"; # use lsblk -f
|
device = "/dev/disk/by-uuid/554a844e-e1de-4c4d-bba6-0102e49751cd"; # use lsblk -f
|
||||||
fsType = "exfat";
|
fsType = "ext4";
|
||||||
options = [ "defaults" "uid=1000" "gid=100" "umask=000" ];
|
#options = [ "uid=1000" "gid=100" "umask=000" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# FUll btrfs config
|
# FUll btrfs config
|
||||||
|
|||||||
Reference in New Issue
Block a user