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