Testing
This commit is contained in:
parent
3df8a2af3e
commit
c711d8a4cb
1 changed files with 3 additions and 6 deletions
|
@ -2,17 +2,15 @@
|
|||
description = "NixOS System Config";
|
||||
inputs = {
|
||||
# Stable Packages
|
||||
nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
# Unstable Packages
|
||||
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
||||
# home-manager - Dotfile mnagement - add /master at the end to pull from master
|
||||
home-manager.url = "github:nix-community/home-manager/release-24.05";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# Nix colorizer / themer
|
||||
# TODO: https://github.com/danth/stylix/issues/405
|
||||
stylix.url = "github:danth/stylix";
|
||||
# nixvim - neovim configuration management in nix
|
||||
# TODO: https://github.com/nix-community/nixvim/issues/1551
|
||||
nixvim.url = "github:nix-community/nixvim";
|
||||
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# lanzaboote - Secureboot Configuration
|
||||
|
@ -93,8 +91,7 @@
|
|||
# nuc-server = libx.deploy { hostname = "nuc-server"; };
|
||||
backups-rpi4 = libx.deploy { hostname = "backups-rpi4"; system = "aarch64-linux"; };
|
||||
piaware-rpi4 = libx.deploy { hostname = "piaware-rpi4"; system = "aarch64-linux"; };
|
||||
# TODO: RE-enable when delivered
|
||||
# bakersfield-rpi4 = libx.deploy { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; };
|
||||
bakersfield-rpi4 = libx.deploy { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; };
|
||||
# quitman-rpi4 = libx.deploy { hostname = "quitman-rpi4"; system = "aarch64-linux"; };
|
||||
};
|
||||
imageConfigurations = {
|
||||
|
|
Loading…
Reference in a new issue