Move more things to home

This commit is contained in:
Greg Hellings
2022-09-05 23:11:01 -05:00
parent 2ee03640e9
commit 3f441e518e
3 changed files with 17 additions and 3 deletions
+11
View File
@@ -19,10 +19,21 @@ in {
home.stateVersion = "22.05";
home.packages = with pkgs; [
bitwarden-cli
cdrtools
diffutils
ffmpeg
findutils
git
gnupatch
hms
libtheora
nano
tmux
transcrypt
unzip
wget
x265
yamllint
];
}
+6
View File
@@ -76,4 +76,10 @@ in
enable = true;
allowedTCPPorts = [ 80 8091 8123 ];
};
greg.backup.jobs.zwave = {
src = "/var/lib/zwave";
dest = "zwave";
user = "root";
};
}
-3
View File
@@ -10,7 +10,6 @@ in {
# Base packages that need to be in all my hosts
environment.systemPackages = with pkgs; [
agenix.defaultPackage."${system}"
bitwarden-cli
diffutils
git
gnupatch
@@ -20,11 +19,9 @@ in {
htop
myPython
pwgen
tmux
transcrypt
unzip
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
yamllint # Used in vim
];
}