Skip to content

Commit

Permalink
fix(samba): added missing bookmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Sep 28, 2024
1 parent 6375b9d commit 44c7c45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/hardware/samba.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ in

config = mkIf cfg.enable {
services.gvfs.enable = true;

environment.systemPackages = with pkgs; [ cifs-utils ];

home-manager.users.wittano.gtk.gtk3.bookmarks = [
"file:///mnt/samba Remote Home"
];

fileSystems."/mnt/samba" = {
device = "//192.168.1.5/share/wittano";
fsType = "cifs";
Expand Down

0 comments on commit 44c7c45

Please sign in to comment.