Removed stu filesystem

This commit is contained in:
2025-10-14 14:50:25 -04:00
parent b6f94d5044
commit 71a6b7bc53
2 changed files with 5 additions and 2 deletions

View File

@@ -38,5 +38,8 @@ in
};
};
environment.systemPackages = with pkgs; [ cifs-utils ];
environment.systemPackages = with pkgs; [
cifs-utils
# rclone
];
}