mirror of
https://github.com/librephoenix/nixos-config
synced 2025-12-15 22:14:00 +05:30
delete emmet and sshkey
This commit is contained in:
parent
c379bb21cc
commit
11cb5f546a
8 changed files with 11 additions and 11 deletions
|
|
@ -11,7 +11,7 @@ fi
|
|||
nix-shell -p git --command "git clone https://github.com/ponymushama/nixos-config.git $SCRIPT_DIR"
|
||||
|
||||
# Generate hardware config for new system
|
||||
sudo nixos-generate-config --show-hardware-config > $SCRIPT_DIR/system/hardware-configuration.nix
|
||||
sudo nixos-generate-config --show-hardware-config >$SCRIPT_DIR/system/hardware-configuration.nix
|
||||
|
||||
# Check if uefi or bios
|
||||
if [ -d /sys/firmware/efi/efivars ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue