diff options
author | Ben Sima <ben@bsima.me> | 2021-05-16 09:49:15 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-05-16 09:49:15 -0400 |
commit | fa8a6f493f1b5060fa306e39a5502df56f4f02c1 (patch) | |
tree | e1dbd7a4dbd9acb48e4745527de3927ba6880244 /server.nix | |
parent | d2b49d5dda113d42a4d221be36ee3298c43350d3 (diff) |
move stuff into profiles
Diffstat (limited to 'server.nix')
-rw-r--r-- | server.nix | 9 |
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; -} |