This commit is contained in:
2026-01-24 19:37:59 +01:00
parent 084cdc1f36
commit 2cf89a9a1a
4 changed files with 5 additions and 5 deletions

View File

@@ -49,6 +49,7 @@
#testing terminal from printer cable.
services.printing.enable = true;
boot.kernelModules = [ "usblp" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Enable the X11 windowing system.
services.xserver.enable = true;

View File

@@ -38,7 +38,6 @@
};
#add proxyserver to acme group
users.users.pangolin.extraGroups = [ "acme" ];
users.users.nginx.extraGroups = [ "acme" ];
#users.users.nginx.extraGroups = [ "acme" ];
users.users.root.extraGroups = [ "acme" ];
}

View File

@@ -56,10 +56,10 @@
}
{
hostName = "aragon";
system = "x86_64-linux";
#system = "x86_64-linux";
# if the builder supports building for multiple architectures,
# replace the previous line by, e.g.,
# systems = ["x86_64-linux" "aarch64-linux"];
systems = ["x86_64-linux" "aarch64-linux"];
maxJobs = 6;
speedFactor = 6001;
supportedFeatures = [ ];

View File

@@ -5,7 +5,7 @@
...
}:
{
users.users.pangolin.extraGroups = [ "acme" ];
services.pangolin = {
enable = true;
openFirewall = true;