From cbb0f773b916fc1130a3db4a85a30bd9fa945584 Mon Sep 17 00:00:00 2001 From: pazpi Date: Wed, 11 Sep 2024 21:31:22 +0200 Subject: [PATCH] Formatting and use of new module --- hosts/deadbeef/default.nix | 17 +++++++++++++---- modules/monitoring/prometheus.nix | 9 +++++---- modules/services/media-mgr.nix | 9 +++++---- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/hosts/deadbeef/default.nix b/hosts/deadbeef/default.nix index 1326725..aece6d2 100644 --- a/hosts/deadbeef/default.nix +++ b/hosts/deadbeef/default.nix @@ -14,6 +14,7 @@ my = { desktop = { + audio.enable = false; desktopUser = { enable = true; @@ -21,13 +22,21 @@ hashedPassword = "$y$j9T$dA94KVg1/jYLqclQQbTDk.$cnfxBWUN8P4shr8Kkipv5bU/RCtQNoAwYFDZ0X/BYs5"; }; - audio.enable = false; + plymouth = { + enable = true; + theme = "colorful_loop"; + }; + + utils = { + commons.enable = true; + i18n.enable = true; + }; + }; - - utils.commons.enable = true; - }; + time.timeZone = "Europe/Rome"; + # Vedi https://github.com/TLATER/dotfiles/blob/f989a86890f27f6b089e9d74b7e8356ec8e5683d/home-config/hosts/yui.nix # home-manager.users.pazpi = import "${flake-inputs.self}/home-config/hosts/deadbeef.nix"; diff --git a/modules/monitoring/prometheus.nix b/modules/monitoring/prometheus.nix index b98ff44..aa1b7d5 100644 --- a/modules/monitoring/prometheus.nix +++ b/modules/monitoring/prometheus.nix @@ -1,7 +1,8 @@ -{ config -, pkgs -, lib -, ... +{ + config, + pkgs, + lib, + ... }: with lib; diff --git a/modules/services/media-mgr.nix b/modules/services/media-mgr.nix index 08ed7ea..3ba4e38 100644 --- a/modules/services/media-mgr.nix +++ b/modules/services/media-mgr.nix @@ -1,7 +1,8 @@ -{ config -, pkgs -, lib -, ... +{ + config, + pkgs, + lib, + ... }: with lib;