1 { config, lib, pkgs, options, ... }:
2 let inherit (builtins.extraBuiltins) pass;
9 # This value determines the NixOS release with which your system is to be
10 # compatible, in order to avoid breaking some software such as database
11 # servers. You should change this only after NixOS release notes say you should.
12 system.stateVersion = "19.09"; # Did you read the comment?
14 # Clean /tmp automatically on boot.
15 boot.cleanTmpDir = true;
19 domain = "sourcephile.fr";
26 initialPassword = password;
27 password = pass "servers/mermet/login/root";
28 openssh.authorizedKeys.keys = [
29 (pass "members/julm/ssh.pub")
38 systemPackages = with pkgs; [