forked from DGNum/liminix
add levitate to arhcive
this is largely untested
This commit is contained in:
parent
7d08497bcb
commit
9b3a3b9ff7
1 changed files with 9 additions and 1 deletions
|
@ -137,5 +137,13 @@ in rec {
|
||||||
gid=500; usernames = ["backup"];
|
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;
|
||||||
|
}; }
|
||||||
|
)
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue