13 current 2025-06-17 12:28:17 25.05.20250615.6c64dab 6.15.2 *
This commit is contained in:
@ -135,7 +135,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# Yubikey Settings
|
# Yubikey Settings
|
||||||
services.yubikey-agent.enable = true;
|
services.yubikey-agent.enable = true;
|
||||||
security.pam.u2f.enable =true ;
|
security.pam.u2f.enable = true;
|
||||||
}
|
}
|
||||||
|
@ -52,6 +52,7 @@ echo "NixOS Rebuilding configuration for host: $NIXOS_HOST..."
|
|||||||
nix flake check 2>&1 | grep -i --color error && exit 1
|
nix flake check 2>&1 | grep -i --color error && exit 1
|
||||||
|
|
||||||
# Rebuild the system
|
# Rebuild the system
|
||||||
|
mkdir -p logs
|
||||||
sudo nixos-rebuild switch --flake ./#$NIXOS_HOST &>logs/nixos-switch.log || (cat logs/nixos-switch.log | grep --color error && exit 1)
|
sudo nixos-rebuild switch --flake ./#$NIXOS_HOST &>logs/nixos-switch.log || (cat logs/nixos-switch.log | grep --color error && exit 1)
|
||||||
|
|
||||||
# Get current generation metadata
|
# Get current generation metadata
|
||||||
|
Reference in New Issue
Block a user