From 2db6153f4d0f2b9ae06708d85a8ef55b9c7393d9 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Mon, 18 Dec 2023 22:39:35 +0100 Subject: [PATCH] SQ overlays --- flake.nix | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 2a7b7ad8..9d7274f3 100644 --- a/flake.nix +++ b/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 = {};