Move more things to home
This commit is contained in:
@@ -19,10 +19,21 @@ in {
|
|||||||
|
|
||||||
home.stateVersion = "22.05";
|
home.stateVersion = "22.05";
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
bitwarden-cli
|
||||||
cdrtools
|
cdrtools
|
||||||
|
diffutils
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
findutils
|
||||||
|
git
|
||||||
|
gnupatch
|
||||||
hms
|
hms
|
||||||
libtheora
|
libtheora
|
||||||
|
nano
|
||||||
|
tmux
|
||||||
|
transcrypt
|
||||||
|
unzip
|
||||||
|
wget
|
||||||
x265
|
x265
|
||||||
|
yamllint
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -76,4 +76,10 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 80 8091 8123 ];
|
allowedTCPPorts = [ 80 8091 8123 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
greg.backup.jobs.zwave = {
|
||||||
|
src = "/var/lib/zwave";
|
||||||
|
dest = "zwave";
|
||||||
|
user = "root";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ in {
|
|||||||
# Base packages that need to be in all my hosts
|
# Base packages that need to be in all my hosts
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
agenix.defaultPackage."${system}"
|
agenix.defaultPackage."${system}"
|
||||||
bitwarden-cli
|
|
||||||
diffutils
|
diffutils
|
||||||
git
|
git
|
||||||
gnupatch
|
gnupatch
|
||||||
@@ -20,11 +19,9 @@ in {
|
|||||||
htop
|
htop
|
||||||
myPython
|
myPython
|
||||||
pwgen
|
pwgen
|
||||||
tmux
|
|
||||||
transcrypt
|
transcrypt
|
||||||
unzip
|
unzip
|
||||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
wget
|
wget
|
||||||
yamllint # Used in vim
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user