forked from poz/niksos
fix: fix home-manager on server
This commit is contained in:
parent
4989475a2e
commit
c295451fbb
2 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -6,6 +6,7 @@ _: {
|
|||
#./freshrss.nix
|
||||
./grafana.nix
|
||||
./hardware-configuration.nix
|
||||
./home-manager.nix
|
||||
./i2pd.nix
|
||||
#./minecraft
|
||||
#./qbittorrent.nix
|
||||
|
|
Loading…
Reference in a new issue