Enable tor-browser
, monero
and kicad
for picard
This commit is contained in:
parent
58f8584c3e
commit
29fd0330e8
1 changed files with 8 additions and 1 deletions
|
@ -36,7 +36,9 @@
|
||||||
"hass-poweroff"
|
"hass-poweroff"
|
||||||
"forgejo-runners"
|
"forgejo-runners"
|
||||||
"teamviewer"
|
"teamviewer"
|
||||||
"macos-ventura"
|
# "macos-ventura"
|
||||||
|
# "sunshine"
|
||||||
|
"mount-rock5b"
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
./disko.nix
|
./disko.nix
|
||||||
|
@ -68,6 +70,9 @@
|
||||||
"email"
|
"email"
|
||||||
"digikam"
|
"digikam"
|
||||||
"dolphin"
|
"dolphin"
|
||||||
|
"tor-browser"
|
||||||
|
"kicad"
|
||||||
|
"monero"
|
||||||
];
|
];
|
||||||
extraGroups = [];
|
extraGroups = [];
|
||||||
backupPaths = [];
|
backupPaths = [];
|
||||||
|
@ -95,6 +100,8 @@
|
||||||
configurationLimit = 20;
|
configurationLimit = 20;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
|
||||||
|
|
||||||
networking.hostId = "5b02e763";
|
networking.hostId = "5b02e763";
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue