Updates
This commit is contained in:
parent
b58c9e77be
commit
d272127d83
1 changed files with 4 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
description = "NixOS System Config";
|
||||
inputs = {
|
||||
# Stable Packages
|
||||
nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||
# 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-23.11";
|
||||
home-manager.url = "github:nix-community/home-manager/release-24.05";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# Nix colorizer / themer
|
||||
stylix.url = "github:danth/stylix/release-23.11";
|
||||
|
@ -91,7 +91,8 @@
|
|||
# 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"; };
|
||||
bakersfield-rpi4 = libx.deploy { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; };
|
||||
# TODO: RE-enable when delivered
|
||||
# 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