diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-05-21 19:00:05 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-05-21 19:00:05 +0200 |
| commit | 4626e4f71c445bf8264ab009a3375d2fe75823e5 (patch) | |
| tree | 9a1906b9e192217738894513d830e7d63f1638a5 /srv | |
| parent | 4cf78578cc50073c2d6bea82981841967ed574d7 (diff) | |
| download | nix-infra-4626e4f71c445bf8264ab009a3375d2fe75823e5.tar.gz nix-infra-4626e4f71c445bf8264ab009a3375d2fe75823e5.tar.bz2 nix-infra-4626e4f71c445bf8264ab009a3375d2fe75823e5.zip | |
snapshot: Mi 21. Mai 19:00:05 CEST 2025
Diffstat (limited to 'srv')
| -rw-r--r-- | srv/hadante/configuration.nix | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index f997232..c012b6f 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -15,6 +15,7 @@ in imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + ../../modules/desktop/zerotierone inputs.home-manager.nixosModules.home-manager ]; @@ -197,15 +198,14 @@ in ) javas) // { ".gradle/gradle.properties".source = - (pkgs.formats.javaProperties { }).generate "gradle.properties" { - "org.gradle.java.installations.paths" = builtins.concatStringsSep "," ( - builtins.map (name: "/home/" + config.user + "/.jdks/" + name + "/lib/openjdk") ( - builtins.attrNames javas - ) - ); - } - - ; + (pkgs.formats.javaProperties { }).generate "gradle.properties" + { + "org.gradle.java.installations.paths" = builtins.concatStringsSep "," ( + builtins.map (name: "/home/" + config.user + "/.jdks/" + name + "/lib/openjdk") ( + builtins.attrNames javas + ) + ); + }; ".cargo/config.toml".source = (pkgs.formats.toml { }).generate "config.toml" { net.git-fetch-with-cli = true; }; |
