fix: fix home-manager on server

This commit is contained in:
jacekpoz 2023-09-13 20:58:03 +02:00
parent 4989475a2e
commit c295451fbb
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C
2 changed files with 7 additions and 2 deletions

View file

@ -1,10 +1,14 @@
{
inputs,
pkgs,
config',
...
}: {
# fuck broadcom
nixpkgs.config.allowUnfree = true;
nixpkgs = {
# fuck broadcom
config.allowUnfree = true;
overlays = [ inputs.neovim-nightly-overlay.overlay ];
};
boot.loader = {
systemd-boot.enable = true;

View file

@ -6,6 +6,7 @@ _: {
#./freshrss.nix
./grafana.nix
./hardware-configuration.nix
./home-manager.nix
./i2pd.nix
#./minecraft
#./qbittorrent.nix