nixos-24.11

This commit is contained in:
2024-12-31 23:33:27 +01:00
parent d81f31d96b
commit e52ddc3314
7 changed files with 103 additions and 225 deletions

View File

@@ -1,8 +1,8 @@
{
description = "A simple NixOS flake";
description = "System nixOS flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
# nixpkgs.url = "github:NixOS/nixpkgs/master";
lanzaboote = {
@@ -12,11 +12,6 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
chaotic = {
url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
@@ -29,7 +24,6 @@
nixpkgs,
lanzaboote,
nixos-hardware,
chaotic,
agenix,
...
}@inputs:
@@ -60,7 +54,6 @@
inherit pkgs;
modules = [
./system-${hostname}.nix
chaotic.nixosModules.default
agenix.nixosModules.default
];
};