From a618d4c1e77258a2b83fcf5de7c04974bb95651a Mon Sep 17 00:00:00 2001 From: chn Date: Wed, 21 Aug 2024 17:53:33 +0800 Subject: [PATCH] Revert "devices.xmupc2: add archive directories" This reverts commit 9429674b54d9cf761a5c38b7d10208bba22ae2f5. --- devices/xmupc2/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/devices/xmupc2/default.nix b/devices/xmupc2/default.nix index ff877fd5..7c5753e6 100644 --- a/devices/xmupc2/default.nix +++ b/devices/xmupc2/default.nix @@ -75,12 +75,5 @@ inputs: bugs = [ "xmunet" ]; user.users = [ "chn" "xll" "zem" "yjq" "gb" ]; }; - environment.persistence."/nix/archive" = - { - hideMounts = true; - users.chn.directories = builtins.map - (dir: { directory = "repo/${dir}"; user = "chn"; group = "chn"; mode = "0755"; }) - [ "lammps-SiC" "linwei-stuff" ]; - }; }; }