fwminex: some settings
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user