Add given password for hosts/mermet/knot/autogeree.net/lebureau.conf to store.
[sourcephile-nix.git] / users / julm.nix
index 20cef211382913890dafabfb5c63e208e30c1f96..62c3d3c9abb3bdbcdb68c48998cf79c44fd22088 100644 (file)
@@ -9,12 +9,5 @@
     isNormalUser = true;
     uid = 1000;
   };
-  home-manager.users.julm = {
-    imports = [
-      (inputs.julm-nix + "/homes/julm.nix")
-    ];
-  };
-  systemd.services.home-manager-julm.postStart = ''
-    ${pkgs.nix}/bin/nix-env --delete-generations +1 --profile /nix/var/nix/profiles/per-user/julm/home-manager
-  '';
+  home-manager.users.julm.imports = [ (inputs.julm-nix + "/homes/julm.nix") ];
 }