.
This commit is contained in:
parent
3778aacfff
commit
58f89d163f
2 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -29,6 +29,9 @@ install-system: configuration.nix
|
||||||
cp disko-config.nix /mnt/etc/nixos
|
cp disko-config.nix /mnt/etc/nixos
|
||||||
nixos-install
|
nixos-install
|
||||||
|
|
||||||
|
setup-fido:
|
||||||
|
systemd-cryptenroll --fido2-device=auto /dev/disk/by-partlabel/disk-main-luks
|
||||||
|
|
||||||
install:
|
install:
|
||||||
env NIXPKGS_ALLOW_BROKEN=1 nixos-rebuild switch --flake .#ziltis-desktop --impure --show-trace
|
env NIXPKGS_ALLOW_BROKEN=1 nixos-rebuild switch --flake .#ziltis-desktop --impure --show-trace
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
# NOTE: Required bevuta config is part of this file here, and not bevuta specific.
|
# NOTE: Required bevuta config is part of this file here, and not bevuta specific.
|
||||||
# ./bevuta-config/bevuta.nix
|
# ./bevuta-config/bevuta.nix
|
||||||
./hardware-configuration.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
|
./disko-config.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue