../../nixos/profiles/systems/zramSwap.nix
];
+hardware.opengl.enable = true;
+
# The 32-bit host id of the host, formatted as 8 hexadecimal characters.
# You should try to make this id unique among your hosts.
# Manually generated with : head -c4 /dev/urandom | od -A none -t x4 | cut -d ' ' -f 2
};
}
];
+
+# Allow access to Yubikey USB device nodes.
+services.udev.packages = [ pkgs.yubikey-personalization ];
}