maybe now it's fixed?
This commit is contained in:
parent
2b83831179
commit
34eb186509
2 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
./common/packages.nix
|
||||
./common/users.nix
|
||||
./common/boot.nix
|
||||
./common/nix.nix
|
||||
];
|
||||
|
||||
networking.hostName = "io";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue