mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +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;
|
||||
};
|
||||
|
||||
veracrypt = optimizeForThisHost pkgs.veracrypt;
|
||||
|
||||
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
||||
inherit pkgs;
|
||||
};
|
||||
|
|
@ -74,6 +76,7 @@ in
|
|||
par2cmdline # .par2 archive verification
|
||||
schedtool
|
||||
python3
|
||||
veracrypt
|
||||
];
|
||||
|
||||
programs.ssh.package = pkgs.opensshOptimized;
|
||||
|
|
@ -81,7 +84,10 @@ in
|
|||
programs.steam.enable = true;
|
||||
hardware.steam-hardware.enable = 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.packageNames = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue