diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index d006e2b..66442bf 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -1,4 +1,8 @@ -{myData, ...}: let +{ + myData, + pkgs, + ... +}: let nvme = "/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_2TB_S6P1NS0TA01331A_1"; in { imports = [ @@ -51,6 +55,12 @@ in { systemd.services.zfs-mount.enable = false; + services = { + pcscd.enable = true; + acpid.enable = true; + fwupd.enable = true; + }; + mj = { stateVersion = "24.05"; timeZone = "Europe/Vilnius"; @@ -101,6 +111,12 @@ in { }; }; + environment = { + systemPackages = with pkgs; [ + age-plugin-yubikey + ]; + }; + networking = { hostId = "a6b19da0"; hostName = "fwminex"; diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix index a37a610..91d878b 100644 --- a/modules/profiles/desktop/default.nix +++ b/modules/profiles/desktop/default.nix @@ -33,7 +33,6 @@ in { blueman.enable = true; udev.packages = [pkgs.yubikey-personalization]; acpid.enable = true; - pcscd.enable = true; gnome.gnome-keyring.enable = true; openssh.settings.X11Forwarding = true; @@ -203,7 +202,6 @@ in { element-desktop netsurf-browser man-pages-posix - age-plugin-yubikey hunspellDicts.en_US python3Packages.ipython samsung-unified-linux-driver