Former-commit-id: 1dc5190c43
This commit is contained in:
Hadi
2024-07-11 16:07:04 +02:00
parent cb7c2f3c40
commit b5f27c6ed6
7 changed files with 38 additions and 19 deletions
@@ -7,4 +7,11 @@
./sonarr.nix
./transmission.nix
];
users.users.jackflix = {
isNormalUser = true;
home = "/home/jackflix";
description = "My own netflix";
extraGroups = [ "docker" ];
};
}