remove leftovers from arhcive example

This commit is contained in:
Daniel Barlow 2024-05-14 18:08:07 +01:00
parent 5d246e1f1a
commit 6d36f0eb13
1 changed files with 0 additions and 20 deletions

View File

@ -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;
# };
# })
];
} }