mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: create module to mount nfs drive
This commit is contained in:
parent
4eba641d2f
commit
7ae337e0c4
1 changed files with 7 additions and 0 deletions
7
modules/home/nfs.nix
Normal file
7
modules/home/nfs.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
fileSystems."/nfs" = {
|
||||||
|
device = "harbour:/mnt/main/main_big";
|
||||||
|
fsType = "nfs";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue