summaryrefslogtreecommitdiff
path: root/server.nix
blob: eba99db0caa3632bd4c2392e7db7a7ff140e390d (plain)
1
2
3
4
5
6
7
8
9
# lithium server
{ pkgs, lib, ... }:

{
  imports = [
    ./linux.nix
  ];
  programs.git.signing.signByDefault = true;
}