add node and host label
This commit is contained in:
parent
e00bdf7901
commit
a8397b85c1
1 changed files with 5 additions and 42 deletions
|
@ -1,7 +1,5 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
|
||||
let
|
||||
in {
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
# zig broken on darwin
|
||||
|
@ -12,6 +10,7 @@ in {
|
|||
direnv
|
||||
lazydocker
|
||||
lazygit
|
||||
node
|
||||
];
|
||||
|
||||
sops.secrets."forgejo-runner-token" = {
|
||||
|
@ -45,6 +44,7 @@ in {
|
|||
"aarch64"
|
||||
"linux"
|
||||
"pc"
|
||||
"native:host"
|
||||
## optionally provide native execution on the host:
|
||||
# "native:host"
|
||||
];
|
||||
|
@ -52,40 +52,3 @@ in {
|
|||
};
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
||||
# extraPackages = with pkgs; [
|
||||
# # custom
|
||||
# cachix
|
||||
# tmate
|
||||
# jq
|
||||
# # nixos
|
||||
# docker
|
||||
# openssh
|
||||
# coreutils-full
|
||||
# bashInteractive # bash with ncurses support
|
||||
# bzip2
|
||||
# cpio
|
||||
# curl
|
||||
# diffutils
|
||||
# findutils
|
||||
# gawk
|
||||
# stdenv.cc.libc
|
||||
# getent
|
||||
# getconf
|
||||
# gnugrep
|
||||
# gnupatch
|
||||
# gnused
|
||||
# gnutar
|
||||
# gzip
|
||||
# xz
|
||||
# less
|
||||
# ncurses
|
||||
# netcat
|
||||
# mkpasswd
|
||||
# procps
|
||||
# time
|
||||
# zstd
|
||||
# util-linux
|
||||
# which
|
||||
# nixos-rebuild
|
||||
# ];
|
Loading…
Reference in a new issue