Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6755d28c8f | |||
| 0db7fd1251 |
@@ -3,7 +3,7 @@ name: Check NixOS Config
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [master]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
+5
-5
@@ -47,11 +47,11 @@
|
|||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
options = [ "nosuid" "nodev" "nofail" ];
|
options = [ "nosuid" "nodev" "nofail" ];
|
||||||
};
|
};
|
||||||
"/mnt/wd_blue" = {
|
#"/mnt/wd_blue" = {
|
||||||
device = "/dev/disk/by-uuid/91feabaf-ea5f-490e-9925-56f7c05e7110";
|
# device = "/dev/disk/by-uuid/91feabaf-ea5f-490e-9925-56f7c05e7110";
|
||||||
fsType = "ext4";
|
# fsType = "ext4";
|
||||||
options = [ "nosuid" "nodev" "nofail" ];
|
# options = [ "nosuid" "nodev" "nofail" ];
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|||||||
Reference in New Issue
Block a user