mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 09:47:52 +00:00
[Packages] Add VeraCrypt
This commit is contained in:
parent
42bbfa7979
commit
bcc4a47832
1 changed files with 7 additions and 1 deletions
|
|
@ -55,6 +55,8 @@ in
|
||||||
withJava = true;
|
withJava = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
veracrypt = optimizeForThisHost pkgs.veracrypt;
|
||||||
|
|
||||||
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
};
|
};
|
||||||
|
|
@ -74,6 +76,7 @@ in
|
||||||
par2cmdline # .par2 archive verification
|
par2cmdline # .par2 archive verification
|
||||||
schedtool
|
schedtool
|
||||||
python3
|
python3
|
||||||
|
veracrypt
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.ssh.package = pkgs.opensshOptimized;
|
programs.ssh.package = pkgs.opensshOptimized;
|
||||||
|
|
@ -81,7 +84,10 @@ in
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
hardware.steam-hardware.enable = true;
|
hardware.steam-hardware.enable = true;
|
||||||
programs.steam.remotePlay.openFirewall = true;
|
programs.steam.remotePlay.openFirewall = true;
|
||||||
aviallon.programs.allowUnfreeList = [ "steam" "steam-original" "steam-runtime" ];
|
aviallon.programs.allowUnfreeList = [
|
||||||
|
"steam" "steam-original" "steam-runtime"
|
||||||
|
"veracrypt"
|
||||||
|
];
|
||||||
|
|
||||||
programs.ccache.enable = true;
|
programs.ccache.enable = true;
|
||||||
programs.ccache.packageNames = [
|
programs.ccache.packageNames = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue