modified: flake.nix
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -12,6 +12,11 @@
|
|||||||
|
|
||||||
outputs = { self, nixpkgs, nixos-conf-editor, home-manager, ... } @ inputs:
|
outputs = { self, nixpkgs, nixos-conf-editor, home-manager, ... } @ inputs:
|
||||||
let system = "x86_64-linux"; in {
|
let system = "x86_64-linux"; in {
|
||||||
|
nixConfig = {
|
||||||
|
access-tokens = [
|
||||||
|
"github.com=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"
|
||||||
|
];
|
||||||
|
};
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
# automatically use each host folder by name
|
# automatically use each host folder by name
|
||||||
nixos = nixpkgs.lib.nixosSystem {
|
nixos = nixpkgs.lib.nixosSystem {
|
||||||
@@ -66,11 +71,7 @@
|
|||||||
home-manager.users.nixos = import ./common/home.nix;
|
home-manager.users.nixos = import ./common/home.nix;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
nixConfig = {
|
|
||||||
access-tokens = [
|
|
||||||
"github.com=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"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user