mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-15 11:51:59 +00:00
fixing fitbit
This commit is contained in:
16
hosts/mnt_public.nix
Normal file
16
hosts/mnt_public.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
lib,
|
||||
inputs,
|
||||
outputs,
|
||||
config,
|
||||
...
|
||||
}:{
|
||||
|
||||
|
||||
fileSystems."/mnt/Public" = {
|
||||
device = "//192.168.1.109/Public";
|
||||
fsType = "cifs";
|
||||
# options = ["uid=0,gid=1000"];
|
||||
options = ["guest" "uid=1000"];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user