frigate: Enable home-manager
This commit is contained in:
parent
9d9a968404
commit
4bf5c0c6c8
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@
|
|||
];
|
||||
|
||||
eboskma = {
|
||||
users.erwin.enable = true;
|
||||
users.erwin = {
|
||||
enable = true;
|
||||
server = true;
|
||||
};
|
||||
services = {
|
||||
frigate.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue