Archived
Update flake.nix
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
description = "LAN NixOS configs";
|
||||
|
||||
nixConfig = {
|
||||
access-tokens = [
|
||||
"github.com=***REMOVED***"
|
||||
];
|
||||
};
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
nixos-conf-editor.url = "github:snowfallorg/nixos-conf-editor";
|
||||
@@ -11,12 +15,7 @@
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixos-conf-editor, home-manager, ... } @ inputs:
|
||||
let system = "x86_64-linux"; in {
|
||||
nixConfig = {
|
||||
access-tokens = [
|
||||
"github.com=***REMOVED***"
|
||||
];
|
||||
};
|
||||
let system = "x86_64-linux"; in {
|
||||
nixosConfigurations = {
|
||||
# automatically use each host folder by name
|
||||
nixos = nixpkgs.lib.nixosSystem {
|
||||
|
||||
Reference in New Issue
Block a user