mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
1851d648b9
9 changed files with 141 additions and 121 deletions
|
|
@ -1,7 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
fileSystems."/nfs" = {
|
||||
fileSystems."/mnt" = {
|
||||
device = "harbour:/mnt/main/main_big";
|
||||
fsType = "nfs";
|
||||
options = [
|
||||
"rw"
|
||||
# "uid=1000"
|
||||
# "gid=100"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue