deadnix + statix
This commit is contained in:
parent
745034aaeb
commit
9615226318
2
base.nix
2
base.nix
@ -32,7 +32,7 @@
|
||||
users.jawz = import ./home-manager.nix;
|
||||
};
|
||||
time = {
|
||||
timeZone = config.my.timeZone;
|
||||
inherit (config.my) timeZone;
|
||||
hardwareClockInLocalTime = true;
|
||||
};
|
||||
i18n = {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
|
||||
@ -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 = {
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
view = "monthly";
|
||||
maxEvents = 10;
|
||||
showTime = true;
|
||||
timezone = config.my.timezone;
|
||||
inherit (config.my) timezone;
|
||||
integrations =
|
||||
let
|
||||
createIntegration = name: color: {
|
||||
|
||||
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user