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;
};
time = {
timeZone = config.my.timeZone;
inherit (config.my) timeZone;
hardwareClockInLocalTime = true;
};
i18n = {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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