commit 1fdf29f149ea8ea13efbba4fc9df934504587c7e
parent ddd5d15c21133ec9f81145f13f114f7300288430
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 9 Aug 2023 19:10:30 +0200
Seems like we need the host too for home-maanger to work
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flake.nix b/flake.nix
@@ -76,7 +76,7 @@
# Standalone home-manager configuration entrypoint
# Available through 'home-manager --flake .#your-username'
homeConfigurations = {
- "marcel" = home-manager.lib.homeManagerConfiguration {
+ "marcel@worker-1" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.aarch64-linux; # Home-manager requires 'pkgs' instance
extraSpecialArgs = { inherit inputs outputs; };
modules = [