From 28589384164e0d43cd4567b4a5894ad1db9f316a Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 13 Sep 2024 20:06:49 +0000 Subject: Configure common server parameters from flake only --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4237c2b..a613be2 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,8 @@ inherit system; specialArgs = { + me = { name = "lapin"; }; + unstable = import nixpkgs-unstable { inherit system; }; inherit inputs; }; -- cgit 1.4.1