Jordan Holt ddd07384c4
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/6832d0d99649db3d65a0e15fa51471537b2c56a6' (2024-02-07)
  → 'github:NixOS/nixpkgs/20f65b86b6485decb43c5498780c223571dd56ef' (2024-02-09)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/f8e2ebd66d097614d51a56a755450d4ae1632df1' (2024-02-07)
  → 'github:NixOS/nixpkgs/d934204a0f8d9198e1e4515dd6fec76a139c87f0' (2024-02-10)
2024-02-11 10:00:19 +00:00
2024-01-28 22:19:10 +00:00
2024-02-06 23:31:28 +00:00
2024-02-11 10:00:19 +00:00
2024-01-21 01:21:11 +00:00
2023-06-26 14:40:59 +01:00
2024-01-05 23:29:19 +00:00

nix-config

System and user configuration for NixOS-based systems.

Shell: zsh
DE: GNOME
Theme: adwaita
Terminal: Console

Provisioning

nixos-anywhere is the module used for provisioning

Generate a new SSH host key in "$temp/etc/ssh" as per this guide.

Then run;

nix run github:nix-community/nixos-anywhere -- \
  --disk-encryption-keys /tmp/secret.key /tmp/secret.key \
  --extra-files "$temp" \
  --flake .#<hostname> \
  root@<ip>
Description
Configuration flake for NixOS systems
Readme 0BSD 4 MiB
Languages
Nix 99.6%
CSS 0.4%