Skip to content

Commit

Permalink
Merge pull request #447 from genebean/rainbow
Browse files Browse the repository at this point in the history
rainbow
  • Loading branch information
genebean authored Aug 20, 2024
2 parents c74f5d4 + e515268 commit 6803b2c
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 87 deletions.
114 changes: 30 additions & 84 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

nixos-cosmic = {
url = "github:lilyinstarlight/nixos-cosmic";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand All @@ -59,12 +60,17 @@
inputs.nixpkgs-1_9.follows = "nixpkgs-unstable";
};

simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.05";
simple-nixos-mailserver = {
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.05";
inputs.nixpkgs-24_05.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};

# Secrets managemnt
sops-nix = {
url = "github:mic92/sops-nix";
inputs.nixpkgs.follows ="nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};

}; # end inputs
Expand Down
5 changes: 3 additions & 2 deletions modules/hosts/nixos/rainbow-planet/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, pkgs, username, ... }: {
{ config, inputs, pkgs, username, ... }: {
imports = [
./hardware-configuration.nix
../../../system/common/linux/flatpaks.nix
Expand Down Expand Up @@ -32,6 +32,7 @@
go
hubble
hugo
inputs.flox.packages.${pkgs.system}.default
kubectl
kubectx
kubernetes-helm
Expand Down Expand Up @@ -77,7 +78,7 @@
# require enabling PolKit integration on some desktop environments (e.g. Plasma).
polkitPolicyOwners = [ "${username}" ];
};
hyprland.enable = true;
#hyprland.enable = true;

ssh.askPassword = "ssh-askpass";

Expand Down

0 comments on commit 6803b2c

Please sign in to comment.