Skip to content

Commit

Permalink
Update options and moved packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwallau committed Jul 18, 2024
1 parent 3de7801 commit 54b16f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions modules/gitlab-runner/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ in
description = "path to the registration file for the gitlab-runner";
};
};
# services.gitlab-runner.services.gitlab-runner-1.authenticationTokenConfigFile
# Change once all gitlab instances are updated
config = mkIf cfg.enable {
services.gitlab-runner = {
enable = true;
Expand Down
7 changes: 4 additions & 3 deletions modules/gnome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,22 @@ in
};

environment = {

gnome.excludePackages = (with pkgs; [
epiphany
geary
gnome-photos
gnome-tour
yelp
]) ++ (with pkgs.gnome; [
# cheese # webcam tool
gnome-music
# gedit # text editor
epiphany # web browser
geary # email reader
# gnome-characters
tali # poker game
iagno # go game
hitori # sudoku game
atomix # puzzle game
yelp # Help view
# gnome-contacts
gnome-initial-setup
]);
Expand Down

0 comments on commit 54b16f8

Please sign in to comment.