diff --git a/configuration.nix b/configuration.nix index 38bd272..e1e4641 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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"; }]; diff --git a/special/insertlaptop.nix b/special/insertlaptop.nix index b7d6c30..a098e74 100644 --- a/special/insertlaptop.nix +++ b/special/insertlaptop.nix @@ -5,7 +5,6 @@ environment.systemPackages = [ pkgs.acpi pkgs.brightnessctl - pkgs.cifs-utils ]; home-manager.users.insert.wayland.windowManager.sway.config.modifier = "Mod4";