Revert "refactor: explicitly allow unfree packages"
This reverts commit 5131641023
.
This commit is contained in:
parent
5131641023
commit
d818f3a2d7
12 changed files with 7 additions and 64 deletions
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
nixpkgs.allowedUnfreePackages = [ "open-webui" ];
|
||||
|
||||
flake.modules.nixos.pc.services.open-webui.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
flake.modules.nixos."nixosConfigurations/t480" =
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
nixpkgs.allowedUnfreePackages = [ "slack" ];
|
||||
|
||||
users.users."${config.flake.meta.owner.username}".packages = [ pkgs.slack ];
|
||||
};
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
flake.modules.nixos."nixosConfigurations/t480" =
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
nixpkgs.allowedUnfreePackages = [ "zoom-us" ];
|
||||
|
||||
users.users."${config.flake.meta.owner.username}".packages = [ pkgs.zoom-us ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue