Compare commits
1 Commits
b794de0599
...
aff8b7672d
Author | SHA1 | Date |
---|---|---|
root | aff8b7672d |
|
@ -33,6 +33,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
security.hideProcessInformation = true;
|
||||
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
wget vimHugeX curl git htop tmux manpages
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
boot.loader.raspberryPi = {
|
||||
enable = true;
|
||||
version = 3;
|
||||
uboot.enable = true;
|
||||
uboot.configurationLimit = 1;
|
||||
firmwareConfig = ''
|
||||
gpu_mem=192
|
||||
dtparam=audio=on
|
||||
|
|
|
@ -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}";
|
||||
|
|
Loading…
Reference in New Issue