Add ghettoptt service
This commit is contained in:
19
flake.nix
19
flake.nix
@@ -11,9 +11,18 @@
|
||||
};
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
notlistener.url = "git+https://git.t-juice.club/torjus/notlistener?ref=master";
|
||||
ghettoptt.url = "git+https://git.t-juice.club/torjus/ghettoptt?ref=master";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, sops-nix, notlistener, ... }@inputs:
|
||||
outputs =
|
||||
{ self
|
||||
, nixpkgs
|
||||
, nixpkgs-unstable
|
||||
, sops-nix
|
||||
, notlistener
|
||||
, ghettoptt
|
||||
, ...
|
||||
}@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
user = "torjus";
|
||||
@@ -40,7 +49,13 @@
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs self user sops-nix; };
|
||||
modules = [
|
||||
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable notlistener.overlays.default ]; })
|
||||
({ config, pkgs, ... }: {
|
||||
nixpkgs.overlays = [
|
||||
overlay-unstable
|
||||
notlistener.overlays.default
|
||||
ghettoptt.overlays.default
|
||||
];
|
||||
})
|
||||
./hosts/gunter
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
|
Reference in New Issue
Block a user