mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
mount nas
This commit is contained in:
parent
fdcc15aeab
commit
a59c7cba75
1 changed files with 5 additions and 1 deletions
|
|
@ -97,6 +97,11 @@ in
|
|||
"net.ipv6.conf.all.forwarding" = 1;
|
||||
};
|
||||
|
||||
fileSystems."/mnt/nas" = {
|
||||
device = "192.168.178.47:/volume1/homes";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
|
@ -195,7 +200,6 @@ in
|
|||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue