misc changes
new services, random config updates
This commit is contained in:
@@ -16,9 +16,10 @@
|
||||
cachix
|
||||
gcc
|
||||
rustc
|
||||
openjdk
|
||||
stable.openjdk
|
||||
virtmanager
|
||||
tree-sitter
|
||||
docker-compose
|
||||
];
|
||||
|
||||
programs = {
|
||||
@@ -71,7 +72,6 @@
|
||||
dconf.enable = true;
|
||||
adb.enable = true;
|
||||
light.enable = true;
|
||||
noisetorch.enable = true;
|
||||
proxychains = {
|
||||
enable = true;
|
||||
chain.type = "dynamic";
|
||||
@@ -98,5 +98,14 @@
|
||||
experimental-features = nix-command ca-references flakes
|
||||
'';
|
||||
trustedUsers = [ "root" "natto" ];
|
||||
binaryCaches = [
|
||||
"https://nix-gaming.cachix.org"
|
||||
"https://nix-community.cachix.org"
|
||||
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user