about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-09-13 20:06:49 +0000
committerMel <einebeere@gmail.com>2024-09-13 20:06:49 +0000
commit28589384164e0d43cd4567b4a5894ad1db9f316a (patch)
tree489d70f81716f0234de40bd684fa8b83308f5299 /flake.nix
parented248959c1df59bf93edc755549a00c070525f7b (diff)
downloadrnrd-28589384164e0d43cd4567b4a5894ad1db9f316a.tar.zst
rnrd-28589384164e0d43cd4567b4a5894ad1db9f316a.zip
Configure common server parameters from flake only
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
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;
         };