Compare commits

...

2 Commits

Author SHA1 Message Date
12e4d22136 worf: various package cleanups 2024-10-05 00:53:07 +02:00
7177ee5b17 Worf: Add challenger as builder 2024-10-05 00:53:07 +02:00
3 changed files with 20 additions and 7 deletions

View File

@ -9,7 +9,7 @@
packages = with pkgs; [
bat
bottom
ncdu
# ncdu
neofetch
sshfs
sshuttle

View File

@ -33,6 +33,17 @@
supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-test" ];
mandatoryFeatures = [ ];
sshUser = "felixalb";
sshKey = "/var/root/.ssh/nix-builder";
}
{
hostName = "challenger.home.feal.no";
system = "x86_64-linux";
maxJobs = 6;
supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-test" ];
mandatoryFeatures = [ ];
sshUser = "felixalb";
sshKey = "/var/root/.ssh/nix-builder";
}
@ -50,6 +61,7 @@
gnugrep
jq
nix-output-monitor
nixpkgs-review
ripgrep
skhd
sshfs
@ -131,4 +143,6 @@
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
nix.package = pkgs.nix;
system.stateVersion = 5;
}

View File

@ -11,20 +11,19 @@
];
home.packages = with pkgs; [
emacs-macport
feishin
iterm2
# prismlauncher
spotify
aerc
borgbackup
catimg
cocoapods
emacs-macport
feishin
gnutar
iterm2
nix-index
nodejs
spotify
tldr
unstable.aerc
unstable.snicat
w3m
zellij