Compare commits
No commits in common. "12e4d22136d2cc53ee68f471b6d631a4d20e64f4" and "56e92e70f11e679981fabc63be0a1f837869740d" have entirely different histories.
12e4d22136
...
56e92e70f1
@ -9,7 +9,7 @@
|
||||
packages = with pkgs; [
|
||||
bat
|
||||
bottom
|
||||
# ncdu
|
||||
ncdu
|
||||
neofetch
|
||||
sshfs
|
||||
sshuttle
|
||||
|
@ -33,17 +33,6 @@
|
||||
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";
|
||||
}
|
||||
@ -61,7 +50,6 @@
|
||||
gnugrep
|
||||
jq
|
||||
nix-output-monitor
|
||||
nixpkgs-review
|
||||
ripgrep
|
||||
skhd
|
||||
sshfs
|
||||
@ -143,6 +131,4 @@
|
||||
# Auto upgrade nix package and the daemon service.
|
||||
services.nix-daemon.enable = true;
|
||||
nix.package = pkgs.nix;
|
||||
|
||||
system.stateVersion = 5;
|
||||
}
|
||||
|
@ -11,19 +11,20 @@
|
||||
];
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user