remove leftovers from arhcive example
This commit is contained in:
parent
5d246e1f1a
commit
6d36f0eb13
@ -86,25 +86,5 @@ in rec {
|
|||||||
openssh.authorizedKeys.keys = secrets.root.keys;
|
openssh.authorizedKeys.keys = secrets.root.keys;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.backup = {
|
|
||||||
uid=500; gid=500; gecos="Storage owner"; dir="/srv";
|
|
||||||
shell="/dev/null";
|
|
||||||
};
|
|
||||||
groups.backup = {
|
|
||||||
gid=500; usernames = ["backup"];
|
|
||||||
};
|
|
||||||
|
|
||||||
defaultProfile.packages = with pkgs; [
|
|
||||||
# e2fsprogs
|
|
||||||
# mtdutils
|
|
||||||
# (levitate.override {
|
|
||||||
# config = {
|
|
||||||
# services = {
|
|
||||||
# inherit (config.services) dhcpc sshd watchdog;
|
|
||||||
# };
|
|
||||||
# defaultProfile.packages = [ mtdutils ];
|
|
||||||
# users.root.openssh.authorizedKeys.keys = secrets.root.keys;
|
|
||||||
# };
|
|
||||||
# })
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user