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";
|
nvme = "/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_2TB_S6P1NS0TA01331A_1";
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
@ -51,6 +55,12 @@ in {
|
|||||||
|
|
||||||
systemd.services.zfs-mount.enable = false;
|
systemd.services.zfs-mount.enable = false;
|
||||||
|
|
||||||
|
services = {
|
||||||
|
pcscd.enable = true;
|
||||||
|
acpid.enable = true;
|
||||||
|
fwupd.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
mj = {
|
mj = {
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
timeZone = "Europe/Vilnius";
|
timeZone = "Europe/Vilnius";
|
||||||
@ -101,6 +111,12 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment = {
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
age-plugin-yubikey
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostId = "a6b19da0";
|
hostId = "a6b19da0";
|
||||||
hostName = "fwminex";
|
hostName = "fwminex";
|
||||||
|
@ -33,7 +33,6 @@ in {
|
|||||||
blueman.enable = true;
|
blueman.enable = true;
|
||||||
udev.packages = [pkgs.yubikey-personalization];
|
udev.packages = [pkgs.yubikey-personalization];
|
||||||
acpid.enable = true;
|
acpid.enable = true;
|
||||||
pcscd.enable = true;
|
|
||||||
gnome.gnome-keyring.enable = true;
|
gnome.gnome-keyring.enable = true;
|
||||||
openssh.settings.X11Forwarding = true;
|
openssh.settings.X11Forwarding = true;
|
||||||
|
|
||||||
@ -203,7 +202,6 @@ in {
|
|||||||
element-desktop
|
element-desktop
|
||||||
netsurf-browser
|
netsurf-browser
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
age-plugin-yubikey
|
|
||||||
hunspellDicts.en_US
|
hunspellDicts.en_US
|
||||||
python3Packages.ipython
|
python3Packages.ipython
|
||||||
samsung-unified-linux-driver
|
samsung-unified-linux-driver
|
||||||
|
Loading…
Reference in New Issue
Block a user