mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
so mad
This commit is contained in:
@@ -133,5 +133,6 @@
|
|||||||
}
|
}
|
||||||
// (import ./homeConfigurations flakeContext)
|
// (import ./homeConfigurations flakeContext)
|
||||||
// (import ./nixosConfigurations flakeContext)
|
// (import ./nixosConfigurations flakeContext)
|
||||||
|
// (import ./nixosModules flakeContext)
|
||||||
// (import ./pkgs flakeContext);
|
// (import ./pkgs flakeContext);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./stirling-pdf.nix
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
# let
|
|
||||||
# customPackage = pkgs.stirling-pdf.overrideAttrs (oldAttrs: {
|
|
||||||
# src = pkgs.fetchFromGitHub {
|
|
||||||
# owner = "Stirling-Tools";
|
|
||||||
# repo = "Stirling-PDF";
|
|
||||||
# rev = "v1.1.1";
|
|
||||||
# sha256 = "0sphh65fdccnajdby9idy5w4zhcnxzzppv2d7zdz203d0lqs6hky";
|
|
||||||
# };
|
|
||||||
# version = "1.1.1";
|
|
||||||
# });
|
|
||||||
# in
|
|
||||||
|
|
||||||
# lib.mkIf (config.xlib.device.type == "server")
|
|
||||||
|
|
||||||
{
|
|
||||||
services.stirling-pdf = {
|
|
||||||
enable = true;
|
|
||||||
#package = customPackage;
|
|
||||||
environment = {
|
|
||||||
SERVER_PORT = 6060;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -13,7 +13,7 @@ let
|
|||||||
hostname = "sapphira";
|
hostname = "sapphira";
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = with inputs; [
|
imports = [
|
||||||
./hardware/server.nix
|
./hardware/server.nix
|
||||||
|
|
||||||
self.nixosModules.server.immich
|
self.nixosModules.server.immich
|
||||||
|
|||||||
@@ -6,5 +6,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./stirling-pdf.nix
|
./stirling-pdf.nix
|
||||||
|
#./cloudflared.nix
|
||||||
|
./immich.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
{ inputs, ... }@flakeContext:
|
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
#pkgs-src,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
Reference in New Issue
Block a user