maybe now it's fixed?

This commit is contained in:
baduhai 2022-11-29 19:50:48 -03:00
parent 2b83831179
commit 34eb186509
2 changed files with 3 additions and 1 deletions

View file

@ -1,11 +1,12 @@
{ inputs, config, pkgs, lib, ... }: { inputs, config, pkgs, lib, ... }:
{ {
environment.etc."channels/nixpkgs".source = inputs.nixpkgs.outPath;
nix = { nix = {
registry.nixpkgs.flake = inputs.nixpkgs; registry.nixpkgs.flake = inputs.nixpkgs;
nixPath = [ nixPath = [
"nixpkgs=/etc/channels/nixpkgs" "nixpkgs=/etc/channels/nixpkgs"
"nixos-config=/etc/nixos/configuration.nix"
"/nix/var/nix/profiles/per-user/root/channels" "/nix/var/nix/profiles/per-user/root/channels"
]; ];
}; };

View file

@ -19,6 +19,7 @@
./common/packages.nix ./common/packages.nix
./common/users.nix ./common/users.nix
./common/boot.nix ./common/boot.nix
./common/nix.nix
]; ];
networking.hostName = "io"; networking.hostName = "io";