deadnix + statix

This commit is contained in:
Danilo Reyes 2025-04-18 21:36:47 -06:00
parent 745034aaeb
commit 9615226318
7 changed files with 5 additions and 7 deletions

View File

@ -32,7 +32,7 @@
users.jawz = import ./home-manager.nix; users.jawz = import ./home-manager.nix;
}; };
time = { time = {
timeZone = config.my.timeZone; inherit (config.my) timeZone;
hardwareClockInLocalTime = true; hardwareClockInLocalTime = true;
}; };
i18n = { i18n = {

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: { ... }:
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix

View File

@ -1,5 +1,4 @@
{ {
inputs,
pkgs, pkgs,
... ...
}: }:

View File

@ -1,5 +1,4 @@
{ {
inputs,
config, config,
lib, lib,
pkgs, pkgs,

View File

@ -9,7 +9,7 @@ in
# sops.secrets.firefox-syncserver.sopsFile = ../../secrets/env.yaml; # sops.secrets.firefox-syncserver.sopsFile = ../../secrets/env.yaml;
services = { services = {
firefox-syncserver = { firefox-syncserver = {
enable = cfg.enable; inherit (cfg) enable;
# secrets = config.sops.secrets.firefox-syncserver; # secrets = config.sops.secrets.firefox-syncserver;
settings.port = cfg.port; settings.port = cfg.port;
singleNode = { singleNode = {

View File

@ -6,7 +6,7 @@
view = "monthly"; view = "monthly";
maxEvents = 10; maxEvents = 10;
showTime = true; showTime = true;
timezone = config.my.timezone; inherit (config.my) timezone;
integrations = integrations =
let let
createIntegration = name: color: { createIntegration = name: color: {

View File

@ -9,7 +9,7 @@ in
sops.secrets.readeck.sopsFile = ../../secrets/env.yaml; sops.secrets.readeck.sopsFile = ../../secrets/env.yaml;
services = { services = {
readeck = { readeck = {
enable = cfg.enable; inherit (cfg) enable;
environmentFile = config.sops.secrets.readeck.path; environmentFile = config.sops.secrets.readeck.path;
settings = { settings = {
main = { main = {