This commit is contained in:
parent
66fe419c0f
commit
3b3bbb61c3
3 changed files with 14 additions and 2 deletions
|
@ -66,7 +66,7 @@
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
# beeref = final.callPackage ./beeref.nix {}; # I'M GOING TO TRUNCATE *YOU*, BEEREF.
|
||||
# beeref = final.callPackage ./beeref.nix {}; # I'M GOING TO TRUNCATE *YOU*, BEEREF.
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
darktable
|
||||
obs-studio
|
||||
# pureref # not updated on nixpkgs apparently
|
||||
# beeref # straight up doesn't work
|
||||
# beeref # straight up doesn't work
|
||||
];
|
||||
}
|
||||
)
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
glucose.modules = [
|
||||
{(
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
port = 6750;
|
||||
|
||||
enableReload = true;
|
||||
};
|
||||
)}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue