From 355b6d4ec02ad535b93ce314dd5734e8c6028dbc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 15 May 2022 14:41:49 +0200 Subject: surtr: ... --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 163e7bd5..4893cd19 100644 --- a/flake.nix +++ b/flake.nix @@ -210,10 +210,10 @@ system = { path = deploy-rs.lib.${self.nixosConfigurations.${hostname}.config.nixpkgs.system}.activate.nixos self.nixosConfigurations.${hostname}; }; - } // (mapAttrs (_user: usercfg: { - user = usercfg.home.username; - path = activateHomeManager (self.nixosConfigurations.${hostname}.config.nixpkgs.system) usercfg.home; - }) self.nixosConfigurations.${hostname}.config.home-manager.users); + }; # // (mapAttrs (_user: usercfg: { + # user = usercfg.home.username; + # path = activateHomeManager (self.nixosConfigurations.${hostname}.config.nixpkgs.system) usercfg.home; + # }) self.nixosConfigurations.${hostname}.config.home-manager.users); }) (nixImport { dir = ./hosts; _import = (_path: name: name); }); overrides = if pathExists ./deploy then nixImport { dir = ./deploy; _import = path: _name: import (./deploy + "/${path}") inputs; } else {}; filterEnabled = attrs: mapAttrs (_n: v: filterAttrs (n: _v: n != "enabled") v) (filterAttrs (_n: v: v.enabled or true) attrs); -- cgit v1.2.3