From 0983ba366c3eb69dbcf08d301629954fda1d4c1f Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Sat, 4 May 2024 12:19:10 +0200 Subject: [PATCH] oops --- shared/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/desktop.nix b/shared/desktop.nix index 07fd972..8792b97 100644 --- a/shared/desktop.nix +++ b/shared/desktop.nix @@ -16,7 +16,7 @@ }; fileSystems."/mnt/eta" = - let secrets = import secrets.nix; + let secrets = import ./secrets.nix; in { device = "//192.168.30.33/users"; fsType = "cifs";