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, ... }:
|
{ 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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue