summaryrefslogtreecommitdiff
path: root/server.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-05-16 09:49:15 -0400
committerBen Sima <ben@bsima.me>2021-05-16 09:49:15 -0400
commitfa8a6f493f1b5060fa306e39a5502df56f4f02c1 (patch)
treee1dbd7a4dbd9acb48e4745527de3927ba6880244 /server.nix
parentd2b49d5dda113d42a4d221be36ee3298c43350d3 (diff)
move stuff into profiles
Diffstat (limited to 'server.nix')
-rw-r--r--server.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/server.nix b/server.nix
deleted file mode 100644
index eba99db..0000000
--- a/server.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-# lithium server
-{ pkgs, lib, ... }:
-
-{
- imports = [
- ./linux.nix
- ];
- programs.git.signing.signByDefault = true;
-}