l: add nfs-dl.nix

This commit is contained in:
lassulus 2018-12-24 16:32:41 +01:00
parent 4c60ad0e08
commit 7a7dc91f17
3 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,7 @@ with import <stockholm/lib>;
<stockholm/lass/2configs/retiolum.nix>
<stockholm/lass/2configs/backup.nix>
<stockholm/lass/2configs/nfs-dl.nix>
{
# bubsy config
users.users.bubsy = {

View file

@ -9,6 +9,7 @@ in {
./power-action.nix
./copyq.nix
./urxvt.nix
./nfs-dl.nix
{
hardware.pulseaudio = {
enable = true;

7
lass/2configs/nfs-dl.nix Normal file
View file

@ -0,0 +1,7 @@
{
fileSystems."/mnt/prism" = {
device = "prism.w:/export";
fsType = "nfs";
};
}