summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 03b27092..9cdc3e62 100644
--- a/flake.nix
+++ b/flake.nix
@@ -61,5 +61,9 @@
         pkgs = aarch64LinuxPackages;
         modules = [ ./user/server.nix ];
       };
+      homeConfigurations."alan@pappel" = home-manager.lib.homeManagerConfiguration {
+        pkgs = nixosPkgs;
+        modules = [ ./user/server.nix ];
+      };
     };
 }