1 { pkgs, lib, config, ... }:
4 ../../../home-manager/profiles/gnupg.nix
5 ../../../home-manager/profiles/graphical.nix
6 ../../../home-manager/profiles/networking.nix
7 ../../../home-manager/profiles/office.nix
8 ../../../home-manager/profiles/science.nix
9 ../../../home-manager/profiles/sharing.nix
10 ../../../home-manager/profiles/video.nix
11 ../../../home-manager/profiles/wireless.nix
13 ../../../home-manager/profiles/firefox.nix
15 home.sessionVariables = { };
22 #(pkgs.qgis.override { extraPythonPackages = (ps: [
23 # ps.pyqt5_with_qtwebkit
35 /* Cannot be automounted
36 systemd.user.mounts = {
40 "network-online.target"
41 "wireguard-wg-intra.target"
44 "network-online.target"
45 "wireguard-wg-intra.target"
49 WantedBy = ["default.target"];
52 What = "julm@aubergine.wg:/";
53 Where = "/mnt/aubergine";
55 Options = lib.concatStringsSep "," [
60 "exec" # Override "user"'s noexec
67 # Does not work for user mounts
68 #"x-systemd.automount"
69 "IdentityFile=/home/julm/.ssh/id_ed25519"
70 #"Compression=yes" # YMMV
71 # Disconnect approximately 2*15=30 seconds after a network failure
72 "ServerAliveCountMax=1"
73 "ServerAliveInterval=15"
80 Automounting does not work without root privileges
81 systemd.user.automounts = {
84 WantedBy = ["user.target"];
89 Where = "/mnt/aubergine";
90 TimeoutIdleSec = "5 min";