actual
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -58,13 +58,18 @@
|
||||
|
||||
# nixpgs
|
||||
nas-nixpkgs = {
|
||||
# url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
nas-nixpkgs-stable = {
|
||||
url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
};
|
||||
|
||||
# Authentik
|
||||
nas-authentik-nix = {
|
||||
url = "github:nix-community/authentik-nix";
|
||||
inputs.nixpkgs.follows = "nas-nixpkgs";
|
||||
inputs.nixpkgs.follows = "nas-nixpkgs-stable";
|
||||
};
|
||||
|
||||
# cosmic launcher
|
||||
@@ -81,7 +86,8 @@
|
||||
|
||||
# Home Manager
|
||||
nas-home-manager = {
|
||||
url = "github:nix-community/home-manager/release-24.11";
|
||||
# url = "github:nix-community/home-manager/release-24.11";
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nas-nixpkgs";
|
||||
};
|
||||
|
||||
@@ -232,6 +238,7 @@
|
||||
|
||||
# NAS
|
||||
nas-nixpkgs,
|
||||
nas-nixpkgs-stable,
|
||||
nas-authentik-nix,
|
||||
nas-cosmic,
|
||||
nas-crowdsec,
|
||||
|
||||
Reference in New Issue
Block a user