Commit 3fc2debb1bf2
Changed files (1)
systems
aomi
systems/aomi/home.nix
@@ -1,4 +1,7 @@
_: {
+ imports = [
+ ../../home/common/dev/base.nix
+ ];
services.ssh-agent.enable = true;
systemd.user.services.syncthing.Install.WantedBy = [ "multi-user.target" ];
}