Home

infra @main - refs - log -
-
https://git.jolheiser.com/infra.git
dragonwell flake
tree log patch
rename slideshow Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQP6upupproegp1b6g/OxU4ggtBbDM4amJdTYSm3sZSb6Lc5jmR3mZlLiYDhAoA8i1D KLX73InxpfDWHLEmYU1A8= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
1 week ago
2 changed files, 3 additions(+), 3 deletions(-)
jasmine/cifs.nixjasmine/slideshow.nix
M jasmine/cifs.nix -> jasmine/cifs.nix
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
diff --git a/jasmine/cifs.nix b/jasmine/cifs.nix
index 46d2bf584b0d15b684444e863e02dfda252d027c..67cd47fb413ebb7ec6b66a4e44d8ffa8a6f3fece 100644
--- a/jasmine/cifs.nix
+++ b/jasmine/cifs.nix
@@ -2,8 +2,8 @@ { pkgs, config, ... }:
 {
   age.secrets.cifs.file = ../secrets/cifs.age;
   environment.systemPackages = [ pkgs.cifs-utils ];
-  fileSystems."/mnt/feh" = {
-    device = "//192.168.40.244/feh";
+  fileSystems."/mnt/slideshow" = {
+    device = "//192.168.40.244/slideshow";
     fsType = "cifs";
     options =
       let
M jasmine/slideshow.nix -> jasmine/slideshow.nix
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/jasmine/slideshow.nix b/jasmine/slideshow.nix
index dbc1ea961e32cb6cbdbb1f3385bb9fecd0434a1d..e9ff241c2676cfbf93563eb49f0273da66df8822 100644
--- a/jasmine/slideshow.nix
+++ b/jasmine/slideshow.nix
@@ -1,6 +1,6 @@
 { pkgs, ... }:
 let
-  root = "/mnt/feh";
+  root = "/mnt/slideshow";
   slideshow = pkgs.writeShellApplication {
     name = "slideshow";
     runtimeInputs = with pkgs; [