fix kde-connect commands and update flake lock
This commit is contained in:
parent
f6fb412e6b
commit
6509938ae2
3 changed files with 57 additions and 1050 deletions
|
|
@ -18,19 +18,19 @@
|
|||
fileSystems."/persistent".neededForBoot = true;
|
||||
|
||||
fileSystems."/run/media/lillian/big-SSD" = {
|
||||
device = "b12ee352-ca6d-47d5-8b5f-6e3002af12e7";
|
||||
device = "/dev/disk/by-uuid/b12ee352-ca6d-47d5-8b5f-6e3002af12e7";
|
||||
fsType = "ext4";
|
||||
options = ["users" "nofail" "uid=1000" "gid=100"];
|
||||
options = ["users" "nofail"];
|
||||
};
|
||||
fileSystems."/run/media/lillian/small-SSD" = {
|
||||
device = "237cc760-2b3b-41ec-aab4-deff9cc7c5a1";
|
||||
device = "/dev/disk/by-uuid/237cc760-2b3b-41ec-aab4-deff9cc7c5a1";
|
||||
fsType = "ext4";
|
||||
options = ["users" "nofail" "uid=1000" "gid=100"];
|
||||
options = ["users" "nofail"];
|
||||
};
|
||||
fileSystems."/run/media/lillian/Backup" = {
|
||||
device = "cb175f0e-a008-476d-b0eb-ba8d7873af66";
|
||||
device = "/dev/disk/by-uuid/cb175f0e-a008-476d-b0eb-ba8d7873af66";
|
||||
fsType = "ext4";
|
||||
options = ["users" "nofail" "uid=1000" "gid=100"];
|
||||
options = ["users" "nofail"];
|
||||
};
|
||||
|
||||
# fileSystems."/" =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue