fwminex: some settings
This commit is contained in:
parent
81c0cac245
commit
08a88f0d0a
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user