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