From c603010a20978ef596965aea911fed98b7261979 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 13 Apr 2023 12:13:58 +0200 Subject: add configuration for server --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 ]; + }; }; } -- cgit 1.4.1