diff --git a/Makefile b/Makefile index 9a6f6fc..4a7e238 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,9 @@ install-system: configuration.nix cp disko-config.nix /mnt/etc/nixos nixos-install +setup-fido: + systemd-cryptenroll --fido2-device=auto /dev/disk/by-partlabel/disk-main-luks + install: env NIXPKGS_ALLOW_BROKEN=1 nixos-rebuild switch --flake .#ziltis-desktop --impure --show-trace diff --git a/configuration.nix b/configuration.nix index b5bf282..8f3d981 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,7 +10,7 @@ # NOTE: Required bevuta config is part of this file here, and not bevuta specific. # ./bevuta-config/bevuta.nix ./hardware-configuration.nix - "${builtins.fetchTarball "https://github.com/khionu/disko/archive/master.tar.gz"}/module.nix" + "${builtins.fetchTarball "https://github.com/nix-community/disko/archive/master.tar.gz"}/module.nix" ./disko-config.nix ];