about summary refs log tree commit diff stats
path: root/system/impermanence/default.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-20 10:12:35 +0100
committerene <ene@sils.li>2023-02-20 11:42:45 +0100
commit2e1fab3e13c557928313f022a7f48ff0ce55e251 (patch)
treea2a32757009a0a77c39b47098af1886bb3b7d38f /system/impermanence/default.nix
parentFix(system): Remove unnecessary persistent file (diff)
downloadnixos-config-2e1fab3e13c557928313f022a7f48ff0ce55e251.tar.gz
nixos-config-2e1fab3e13c557928313f022a7f48ff0ce55e251.zip
Fix(system): Refactor impermanence
Diffstat (limited to '')
-rw-r--r--system/impermanence/default.nix22
1 files changed, 1 insertions, 21 deletions
diff --git a/system/impermanence/default.nix b/system/impermanence/default.nix
index 1909623b..1d330fd9 100644
--- a/system/impermanence/default.nix
+++ b/system/impermanence/default.nix
@@ -1,8 +1,4 @@
-{
-  config,
-  impermanence,
-  ...
-}: {
+{impermanence, ...}: {
   imports = [
     impermanence.nixosModules.impermanence
   ];
@@ -19,23 +15,7 @@
       ];
       files = [
         "/etc/machine-id"
-        {
-          file = "/etc/nix/id_rsa";
-          parentDirectory = {mode = "u=rwx,g=,o=";};
-        }
       ];
-      users.soispha = {
-        #home = "/srv/home/soispha"; # TODO link this to ${config.users.users.soispha.homeDirectory}
-        directories = [
-          ".local/share"
-          ".cache"
-
-          "media"
-          "repos"
-          "school"
-        ];
-        # TODO allowOther = true;
-      };
     };
     "/srv/nixos-config" = {
       directories = [