Update NixOS config.
This commit is contained in:
parent
4bc7a2e607
commit
8b5e8da3da
4 changed files with 9 additions and 8 deletions
|
@ -2,7 +2,8 @@
|
|||
description = "NixOS configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
#nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
@ -14,7 +15,7 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./nixosModules/base.nix
|
||||
./hosts/greynix/configuration.nix
|
||||
./greynix/configuration.nix
|
||||
./nixosModules/docker.nix
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue