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, ... }:
{
environment.etc."channels/nixpkgs".source = inputs.nixpkgs.outPath;
nix = {
registry.nixpkgs.flake = inputs.nixpkgs;
nixPath = [
"nixpkgs=/etc/channels/nixpkgs"
"nixos-config=/etc/nixos/configuration.nix"
"/nix/var/nix/profiles/per-user/root/channels"
];
};

View file

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