SQ overlays
This commit is contained in:
parent
3269c7608e
commit
2db6153f4d
16
flake.nix
16
flake.nix
|
@ -5,7 +5,7 @@
|
|||
|
||||
inputs = {
|
||||
# Track channels with commits tested and built by hydra
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
|
||||
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
flake-compat.url = "github:edolstra/flake-compat";
|
||||
|
@ -14,7 +14,7 @@
|
|||
nix-darwin.url = "github:lnl7/nix-darwin/master";
|
||||
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
home-manager.url = "github:nix-community/home-manager/release-23.05";
|
||||
home-manager.url = "github:nix-community/home-manager/release-23.11";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
@ -35,11 +35,8 @@
|
|||
musnix.url = "github:musnix/musnix";
|
||||
musnix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nixpkgs-hensoko.url = "git+https://git.b12f.io/hensoko/nixpkgs";
|
||||
nixmodules-hensoko.url = "git+ssh://gitea@git.pub.solar/hensoko/nix-modules.git?ref=main";
|
||||
nixos-config.url = "git+ssh://gitea@git.pub.solar/hensoko/nixos-config.git?ref=main";
|
||||
|
||||
factorio-pr.url = "github:werner291/nixpkgs/master";
|
||||
nixos-config.url = "git+ssh://gitea@git.pub.solar/hensoko/nixos-config.git?ref=feature/work-on-home-assistant";
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, ... }:
|
||||
|
@ -54,6 +51,7 @@
|
|||
imports = [
|
||||
inputs.nixos-flake.flakeModule
|
||||
./lib
|
||||
./overlays
|
||||
./modules
|
||||
./hosts
|
||||
./users
|
||||
|
@ -105,6 +103,12 @@
|
|||
giggles = {
|
||||
sshUser = "iot";
|
||||
};
|
||||
cube = {
|
||||
sshUser = "iot";
|
||||
};
|
||||
chonk = {
|
||||
sshUser = "iot";
|
||||
};
|
||||
|
||||
norman = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue