summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2022-10-13 17:41:32 +0200
committerAlan Pearce2022-10-13 17:41:32 +0200
commit5fd55909a7ee086d7f7aaa84628e46e1aa389795 (patch)
treeb21a8c862d236b92321fca1b37a8144066ee0ecd /flake.nix
parent628ecc905b8f61033263d678fa43f9a68c9956e0 (diff)
downloadnixfiles-5fd55909a7ee086d7f7aaa84628e46e1aa389795.tar.lz
nixfiles-5fd55909a7ee086d7f7aaa84628e46e1aa389795.tar.zst
nixfiles-5fd55909a7ee086d7f7aaa84628e46e1aa389795.zip
Rename home-manager flake outputs to be automatically chosen
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 5d97828d..8ff6394d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -31,11 +31,11 @@
       specialArgs = attrs;
       modules = [ ./system/mba.nix ];
     };
-    homeConfigurations.mba= home-manager.lib.homeManagerConfiguration {
+    homeConfigurations."alan@mba" = home-manager.lib.homeManagerConfiguration {
       pkgs = darwinPkgs;
       modules = [ ./user/mba.nix (secrets + "/default.nix") ];
     };
-    homeConfigurations.prefect= home-manager.lib.homeManagerConfiguration {
+    homeConfigurations."alan@prefect" = home-manager.lib.homeManagerConfiguration {
       pkgs = nixosPkgs;
       modules = [ ./user/prefect.nix (secrets + "/default.nix") ];
     };