add levitate to arhcive

this is largely untested
main
Daniel Barlow 2024-04-28 21:38:13 +01:00
parent 7d08497bcb
commit 9b3a3b9ff7
1 changed files with 9 additions and 1 deletions

View File

@ -137,5 +137,13 @@ in rec {
gid=500; usernames = ["backup"];
};
defaultProfile.packages = with pkgs; [e2fsprogs strace tcpdump ];
defaultProfile.packages = with pkgs; [
e2fsprogs
mtdutils
(levitate.override {
services = {
inherit (config.services) dhcpc sshd;
}; }
)
];
}