Make mm hosea again

This commit is contained in:
Greg Hellings
2024-04-01 12:23:05 -05:00
parent 2685e6b4bf
commit 643eb6401c
3 changed files with 14 additions and 179 deletions
+2 -5
View File
@@ -32,7 +32,7 @@
};
# Base packages that need to be in all my hosts
environment.systemPackages = with pkgs; lib.mkMerge [
environment.systemPackages = with pkgs; (
[
agenix
android-file-transfer
@@ -56,8 +56,5 @@
unzip
wget
]
(lib.optional pkgs.stdenv.isLinux [
tcptrack
])
];
);
}