adds support for yubikeys

This commit is contained in:
2024-11-02 04:23:30 +01:00
parent e38ed1532a
commit 55c9fe6cea
8 changed files with 79 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
./users.nix
./flatpak.nix
./hosts.nix
./yubikey.nix
];
# Bootloader.
@@ -86,6 +87,7 @@
text = ''
firefox
brave
zen
'';
mode = "0755";
};
@@ -115,9 +117,6 @@
];
};
# Set hostname to DOTF_HOSTNAME if defined, otherwise use the hostname of the system.
networking.hostName = builtins.getEnv "DOTF_HOSTNAME";
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave