Removed raspberry pi, added gimp and wifi

This commit is contained in:
Misha 2025-04-16 01:24:26 +02:00
parent 361aa8547d
commit d542f1d001
2 changed files with 5 additions and 5 deletions

View file

@ -95,6 +95,10 @@
priority=4;
pskRaw = ext:phone;
};
"Community Center Mijehof" = {
psk = "WelkombijCarabic123_";
};
# Coffeecompany Oosterdok
"CC Oosterdok" = {
extraConfig = ''
@ -265,6 +269,7 @@
inxi
toybox
ungoogled-chromium
gimp
(python3.withPackages (ps: [
ps.msal

View file

@ -30,11 +30,6 @@
in
{
nixosConfigurations = {
rbp = nixpkgs.lib.nixosSystem {
specialArgs = specialArgs;
system = system;
modules = shared-modules ++ [ ./rbp.nix];
};
ml1 = nixpkgs.lib.nixosSystem {
specialArgs = specialArgs;
system = system;