mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 01:38:28 +02:00
fix(tests): error: The option `fileSystems."/run/media/nixos_k3s".mountOptions' does not exist
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
fileSystems."/run/media/nixos_k3s" = {
|
||||
device = "/dev/disk/by-label/NIXOS_K3S";
|
||||
fsType = "vfat";
|
||||
mountOptions = [
|
||||
"ro"
|
||||
];
|
||||
options = ["ro"];
|
||||
};
|
||||
|
||||
disko.devices = {
|
||||
|
||||
Reference in New Issue
Block a user