change mount location
This commit is contained in:
parent
5793a2f0e2
commit
fe84b38a20
2 changed files with 3 additions and 3 deletions
|
@ -195,6 +195,7 @@
|
|||
pkgs.mako # notification system developed by swaywm maintainer
|
||||
#pkgs.eww-wayland
|
||||
pkgs.wofi
|
||||
pkgs.cifs-utils
|
||||
pkgs.swww
|
||||
pkgs.nfs-utils
|
||||
#pkgs.waybar
|
||||
|
@ -252,7 +253,7 @@
|
|||
#mountConfig = {
|
||||
# Options = "noatime";
|
||||
#};
|
||||
what = "kubbernetter-5:/var/mnt/md0/personal/randomfiles";
|
||||
what = "nas-omv:/personal/randomfiles";
|
||||
where = "/mnt/NAS";
|
||||
}
|
||||
{
|
||||
|
@ -260,7 +261,7 @@
|
|||
#mountConfig = {
|
||||
# Options = "noatime";
|
||||
#};
|
||||
what = "kubbernetter-5:/var/mnt/md0/personal/pc-backups";
|
||||
what = "nas-omv:/personal/pc-backups";
|
||||
where = "/mnt/NAS-backup";
|
||||
}];
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
environment.systemPackages = [
|
||||
pkgs.acpi
|
||||
pkgs.brightnessctl
|
||||
pkgs.cifs-utils
|
||||
];
|
||||
|
||||
home-manager.users.insert.wayland.windowManager.sway.config.modifier = "Mod4";
|
||||
|
|
Loading…
Reference in a new issue