Lot of changes, ignoring previous commits format

This commit is contained in:
2024-11-15 18:01:13 +01:00
parent 3d1cc80150
commit 9e97dc6f65
20 changed files with 1288 additions and 746 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
binutils
qbittorrent
materusArg.unstable.qbittorrent
mkvtoolnix
nicotine-plus
picard
+3 -3
View File
@@ -7,8 +7,8 @@
};
environment.variables = {
JAVA_8_HOME = pkgs.jdk8;
JAVA_17_HOME = pkgs.jdk17;
JAVA_21_HOME = pkgs.jdk21;
JAVA_8_HOME = "${pkgs.jdk8}/lib/openjdk/";
JAVA_17_HOME = "${pkgs.jdk17}/lib/openjdk/";
JAVA_21_HOME = "${pkgs.jdk21}/lib/openjdk/";
};
}
@@ -22,6 +22,6 @@ users.users.materus = {
shell = pkgs.zsh;
description = "Mateusz Słodkowicz";
openssh.authorizedKeys.keyFiles = [ ("${materusArg.cfg.path}" + "/extraFiles/keys/ssh/materus.pub") ];
hashedPasswordFile = config.sops.secrets."users/materus".path;
#hashedPasswordFile = config.sops.secrets."users/materus".path;
};
}