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