From 4c8eec42dfa7b30e0e59f9e51d6541d680f46ee6 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Tue, 28 Jan 2025 21:47:38 +0100 Subject: [PATCH] fmt --- common/components/fonts.nix | 2 +- common/components/lanzaboote.nix | 7 ++++++- hosts/cave/configuration.nix | 4 ++-- hosts/cave/fuckery.nix | 9 ++------- hosts/cave/rtl-sdr.nix | 9 ++++----- 5 files changed, 15 insertions(+), 16 deletions(-) diff --git a/common/components/fonts.nix b/common/components/fonts.nix index abf0518..6bedb43 100644 --- a/common/components/fonts.nix +++ b/common/components/fonts.nix @@ -2,4 +2,4 @@ fonts.packages = with pkgs; [ (nerdfonts.override {fonts = ["JetBrainsMono"];}) ]; -} \ No newline at end of file +} diff --git a/common/components/lanzaboote.nix b/common/components/lanzaboote.nix index da9178b..e2e24b1 100644 --- a/common/components/lanzaboote.nix +++ b/common/components/lanzaboote.nix @@ -1,4 +1,9 @@ -{pkgs, lib, inputs, ...}: { +{ + pkgs, + lib, + inputs, + ... +}: { imports = [ inputs.lanzaboote.nixosModules.lanzaboote ]; diff --git a/hosts/cave/configuration.nix b/hosts/cave/configuration.nix index 63845df..a567cad 100644 --- a/hosts/cave/configuration.nix +++ b/hosts/cave/configuration.nix @@ -117,8 +117,8 @@ in { ]; nixpkgs.config.permittedInsecurePackages = [ - "electron-27.3.11" - ]; + "electron-27.3.11" + ]; services.printing.drivers = [pkgs.cnijfilter2]; diff --git a/hosts/cave/fuckery.nix b/hosts/cave/fuckery.nix index aef672b..7f8d31a 100644 --- a/hosts/cave/fuckery.nix +++ b/hosts/cave/fuckery.nix @@ -1,5 +1,4 @@ {pkgs, ...}: { - # services.mattermost = { # enable = true; # siteUrl = "https://mattermost.example.com"; # Set this to the URL you will be hosting the site on. @@ -85,7 +84,6 @@ # }; # security.acme.defaults.email = "tasiaiso@proton.me"; - # services.nginx.enable = true; # services.nginx.virtualHosts."test.vulpecula.zone" = { # # addSSL = true; @@ -97,18 +95,15 @@ # defaults.email = "tasiaiso@proton.me"; # }; - security.acme.acceptTerms = true; # services.uptime-kuma.enable = true; # programs.adb.enable = true; - # Needed to build enry #boot.binfmt.emulatedSystems = ["aarch64-linux"]; - -# services.radicle.enable = true; + # services.radicle.enable = true; # services.radicle.privateKeyFile = /home/tasia/.radicle/keys/radicle; # services.radicle.publicKey = /home/tasia/.radicle/keys/radicle.pub; # services.radicle.settings = { @@ -117,4 +112,4 @@ # "rad:z3trNYnLWS11cJWC6BbxDs5niGo82" # rips # ]; # }; -} \ No newline at end of file +} diff --git a/hosts/cave/rtl-sdr.nix b/hosts/cave/rtl-sdr.nix index a037c5a..69f51f5 100644 --- a/hosts/cave/rtl-sdr.nix +++ b/hosts/cave/rtl-sdr.nix @@ -6,10 +6,9 @@ services.udev.packages = [pkgs.rtl-sdr]; -environment.systemPackages = with pkgs; [ - sdrpp + environment.systemPackages = with pkgs; [ + sdrpp gqrx rtl-sdr - -]; -} \ No newline at end of file + ]; +}