Compare commits
2 Commits
56e92e70f1
...
12e4d22136
Author | SHA1 | Date | |
---|---|---|---|
12e4d22136 | |||
7177ee5b17 |
@ -9,7 +9,7 @@
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
bat
|
bat
|
||||||
bottom
|
bottom
|
||||||
ncdu
|
# ncdu
|
||||||
neofetch
|
neofetch
|
||||||
sshfs
|
sshfs
|
||||||
sshuttle
|
sshuttle
|
||||||
|
@ -33,6 +33,17 @@
|
|||||||
supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-test" ];
|
supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-test" ];
|
||||||
mandatoryFeatures = [ ];
|
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";
|
sshUser = "felixalb";
|
||||||
sshKey = "/var/root/.ssh/nix-builder";
|
sshKey = "/var/root/.ssh/nix-builder";
|
||||||
}
|
}
|
||||||
@ -50,6 +61,7 @@
|
|||||||
gnugrep
|
gnugrep
|
||||||
jq
|
jq
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
nixpkgs-review
|
||||||
ripgrep
|
ripgrep
|
||||||
skhd
|
skhd
|
||||||
sshfs
|
sshfs
|
||||||
@ -131,4 +143,6 @@
|
|||||||
# Auto upgrade nix package and the daemon service.
|
# Auto upgrade nix package and the daemon service.
|
||||||
services.nix-daemon.enable = true;
|
services.nix-daemon.enable = true;
|
||||||
nix.package = pkgs.nix;
|
nix.package = pkgs.nix;
|
||||||
|
|
||||||
|
system.stateVersion = 5;
|
||||||
}
|
}
|
||||||
|
@ -11,20 +11,19 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
emacs-macport
|
|
||||||
feishin
|
|
||||||
iterm2
|
|
||||||
# prismlauncher
|
# prismlauncher
|
||||||
spotify
|
|
||||||
|
|
||||||
aerc
|
|
||||||
borgbackup
|
borgbackup
|
||||||
catimg
|
catimg
|
||||||
cocoapods
|
cocoapods
|
||||||
|
emacs-macport
|
||||||
|
feishin
|
||||||
gnutar
|
gnutar
|
||||||
|
iterm2
|
||||||
nix-index
|
nix-index
|
||||||
nodejs
|
nodejs
|
||||||
|
spotify
|
||||||
tldr
|
tldr
|
||||||
|
unstable.aerc
|
||||||
unstable.snicat
|
unstable.snicat
|
||||||
w3m
|
w3m
|
||||||
zellij
|
zellij
|
||||||
|
Loading…
Reference in New Issue
Block a user