Skip to content

Commit

Permalink
Merge pull request #42 from entropia/xanderio/flake-update
Browse files Browse the repository at this point in the history
flake.lock: Update
  • Loading branch information
xanderio committed Jul 2, 2024
2 parents 3c11a98 + f6a1a34 commit 53a7c9d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 219 deletions.
50 changes: 25 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 0 additions & 118 deletions modules/wg-access-server/default.nix

This file was deleted.

3 changes: 1 addition & 2 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{ self, ... }: {

flake.overlays.default = final: prev: {
inherit (self.packages.${final.system}) berechenbarkeit wg-access-server;
inherit (self.packages.${final.system}) berechenbarkeit;
};

perSystem = { pkgs, ... }: {
packages = {
berechenbarkeit = pkgs.callPackage ./berechenbarkeit { };
wg-access-server = pkgs.callPackage ./wg-access-server { };
};
};
}
69 changes: 0 additions & 69 deletions pkgs/wg-access-server/default.nix

This file was deleted.

6 changes: 1 addition & 5 deletions profiles/raspberry_pi/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
zfs = lib.mkForce false;
};

hardware.opengl = {
enable = true;
setLdLibraryPath = true;
package = pkgs.mesa_drivers;
};
hardware.graphics.enable = true;

environment.systemPackages = with pkgs; [
libraspberrypi
Expand Down

0 comments on commit 53a7c9d

Please sign in to comment.