stonehenge: add as gitlab runner
This commit is contained in:
parent
bed85ce309
commit
c36c1f618b
4 changed files with 91 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./gitlab-runner.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
@ -92,6 +93,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
# Install firefox.
|
||||
programs.firefox.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue