mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
nfs: init
This commit is contained in:
parent
bff20285d2
commit
97a9bbce42
5 changed files with 56 additions and 8 deletions
|
@ -1,5 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
fileSystems."/media/movies" = {
|
||||
device = "fujitsu.vpn.rfive.de:/movies";
|
||||
fsType = "nfs";
|
||||
};
|
||||
fileSystems."/media/shows" = {
|
||||
device = "fujitsu.vpn.rfive.de:/movies";
|
||||
fsType = "nfs";
|
||||
};
|
||||
networking = {
|
||||
hostName = "nuc";
|
||||
domain = "rfive.de";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue