1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00
Stefan Ellmauthaler 49c26b3495 FLAKE update
• Updated input 'emacs-overlay':
    'github:nix-community/emacs-overlay/fcd158ab7152a687ecb019662b834523be2a3dc0' (2021-11-06)
  → 'github:nix-community/emacs-overlay/086344663fbd821023dd4cce8cb5eecc502c2769' (2021-11-08)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/518b9c2159e7d4b7696ee18b8828f9086012923b' (2021-10-28)
  → 'github:NixOS/nixos-hardware/fd6f34afcf062761fb5035230f6297752bfedcba' (2021-11-07)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5c02380de3951d0237807c16eb19873cb3c5f75d' (2021-11-05)
  → 'github:NixOS/nixpkgs/ce48bcdde86eef5780a60bea55b9bc9dbd8248cd' (2021-11-06)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/b67e752c29f18a0ca5534a07661366d6a2c2e649' (2021-11-02)
  → 'github:NixOS/nixpkgs/c935f5e0add2cf0ae650d072c8357533e21b0c35' (2021-11-07)

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
2021-11-08 15:43:22 +01:00
2021-11-03 23:25:55 +01:00
2021-11-06 11:24:10 +01:00
2021-11-08 15:43:22 +01:00
2021-11-03 23:20:31 +01:00

Nix-configuration

Deploy on a new machine

  • setup the filesystem as you see fit
  • check out repository to /mnt/etc/nixos
  • cd into /mnt/etc/nixos
  • run 'nixos-generate-config --root /mnt' (Note: it won't overwrite the configuration.nix in the folder)
  • create machine/<machine-name>/default.nix
  • add machine specific configuration to default.nix
  • move hardware-configuration.nix to machine/<machine-name>/hardware-configuration.nix
  • run nixos-install --no-root-passwd --flake .#hostname
Description
No description provided
Readme 3.2 MiB
Languages
Nix 79.6%
Emacs Lisp 12.4%
Haskell 4.6%
CSS 3%
Shell 0.4%