1
1
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
root aff8b7672d Remove unneeded raspi patches 2022-01-07 16:36:44 -08:00
3 changed files with 2 additions and 4 deletions

View File

@ -33,6 +33,8 @@
};
};
security.hideProcessInformation = true;
environment.systemPackages = with pkgs;
[
wget vimHugeX curl git htop tmux manpages

View File

@ -5,8 +5,6 @@
boot.loader.raspberryPi = {
enable = true;
version = 3;
uboot.enable = true;
uboot.configurationLimit = 1;
firmwareConfig = ''
gpu_mem=192
dtparam=audio=on

View File

@ -21,7 +21,6 @@ let
# Define the inquisitor service user
inquisitorUser = {
name = "inquisitor";
group = "inquisitor";
description = "Inquisitor service user";
isSystemUser = true;
shell = pkgs.bashInteractive;
@ -78,7 +77,6 @@ let
in
{
users.users.inquisitor = inquisitorUser;
users.groups.inquisitor = {};
# Link the config in /etc to avoid envvar shenanigans
environment.etc."inquisitor.conf".source = "${inquisitorConfig}";