mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 01:07:44 -05:00
If this works, maybe I'm less loopy than I think.
This commit is contained in:
parent
46a67a0bc3
commit
89135f43ec
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
pkgs.netbird-ui
|
||||
];
|
||||
};
|
||||
services.netbird.enable = true;
|
||||
})
|
||||
(lib.mkIf (!config.gui.enable) {
|
||||
home-manager.users.${config.user} = {
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
pkgs.netbird
|
||||
];
|
||||
};
|
||||
services.netbird.enable = true;
|
||||
})
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue