mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
useless inputs
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ let
|
||||
self.nixosModules.software.wine
|
||||
self.nixosModules.software.ai
|
||||
self.nixosModules.software.beets
|
||||
self.nixosModules.extra.self.fingerprint
|
||||
#self.nixosModules.extra.self.fingerprint
|
||||
self.nixosModules.desktop
|
||||
self.homeConfigurations.main.nixosModule
|
||||
self.homeConfigurations.root.nixosModule
|
||||
|
||||
+1
-1
@@ -147,7 +147,7 @@ let
|
||||
};
|
||||
calibre-web = {
|
||||
enable = true;
|
||||
package = last-stable.calibre-web; # temp
|
||||
#package = last-stable.calibre-web; # temp
|
||||
group = "users";
|
||||
user = "${inputs.zeroq.devices.admin}";
|
||||
options = {
|
||||
|
||||
@@ -11,11 +11,11 @@
|
||||
# nixpkgs
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
nixpkgs-last-unstable.url = "github:NixOS/nixpkgs/6b4955211758ba47fac850c040a27f23b9b4008f"; # 6027c30c8e9810896b92429f0092f624f7b1aace
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
nixpkgs-master.url = "github:NixOS/nixpkgs/master"; # e63467437ce61d8d9a36e09254e8d07b472da0c6 # 72353fc1fa61189fb76133d50c519e871c858c39 # 5b38c7435fb1112a8b36b1652286996a7998c5b5
|
||||
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.05";
|
||||
nixpkgs-fingerprint.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
nixos.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
#nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
#nixpkgs-master.url = "github:NixOS/nixpkgs/master"; # e63467437ce61d8d9a36e09254e8d07b472da0c6 # 72353fc1fa61189fb76133d50c519e871c858c39 # 5b38c7435fb1112a8b36b1652286996a7998c5b5
|
||||
#nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.05";
|
||||
#nixpkgs-fingerprint.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
#nixos.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
# nix-community
|
||||
nixos-wsl = {
|
||||
@@ -56,14 +56,14 @@
|
||||
};
|
||||
|
||||
# extras
|
||||
nix-gaming.url = "github:fufexan/nix-gaming";
|
||||
aagl = {
|
||||
url = "github:ezKEa/aagl-gtk-on-nix";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-compat.follows = "flake-compat";
|
||||
};
|
||||
};
|
||||
# nix-gaming.url = "github:fufexan/nix-gaming";
|
||||
# aagl = {
|
||||
# url = "github:ezKEa/aagl-gtk-on-nix";
|
||||
# inputs = {
|
||||
# nixpkgs.follows = "nixpkgs";
|
||||
# flake-compat.follows = "flake-compat";
|
||||
# };
|
||||
# };
|
||||
musnix = {
|
||||
url = "github:musnix/musnix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
unstable = import inputs.nixpkgs-unstable { system = "x86_64-linux"; };
|
||||
last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; };
|
||||
in
|
||||
{
|
||||
dconf = {
|
||||
settings = {
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
unstable = import inputs.nixpkgs-unstable { system = "x86_64-linux"; };
|
||||
last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; };
|
||||
stable = import inputs.nixpkgs-stable { system = "x86_64-linux"; };
|
||||
in
|
||||
{
|
||||
programs = {
|
||||
|
||||
@@ -5,13 +5,10 @@
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
latest = import inputs.nixpkgs-master { system = "x86_64-linux"; };
|
||||
in
|
||||
{
|
||||
services = {
|
||||
immich = {
|
||||
package = latest.immich;
|
||||
#package = latest.immich;
|
||||
enable = true;
|
||||
port = 2283;
|
||||
host = "0.0.0.0";
|
||||
|
||||
Reference in New Issue
Block a user