1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00
Stefan Ellmauthaler 9ce3d30019 fixed nucturne overlay/module
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
2021-11-03 23:00:55 +01:00
2021-11-03 22:55:34 +01:00
2021-11-03 18:37:32 +01:00
2021-11-03 18:37:32 +01:00
2021-11-03 22:55:34 +01:00
2021-11-03 23:00:55 +01:00
2021-11-03 18:37:32 +01:00
2021-11-03 18:37:32 +01:00

Nix-configuration

Installing on a system:

  • setup the filesystem as you see fit
  • run nixos-generate-config --root /mnt
  • create a new folder in machine for the system configuration
  • create a symlink in the machine folder to the actual machine, called current

    e.g. $/etc/nixos/machine/> ln -s nucturne/ current

  • add home-manager channel to the channel list (nix-channel add https://github.com/nix-community/home-manager/archive/release-21.05.tar.gz home-manage)
  • install the system (nixos-install --no-root-passwd)

Steps to fully finish home-setup:

  • add unlock-secret to secret-store (secret-tool store --label='keepassxc' keepass unlock)
  • add certs and keyfiles

Hardware specifics

https://github.com/NixOS/nixos-hardware
Description
No description provided
Readme 3.2 MiB
Languages
Nix 79.6%
Emacs Lisp 12.4%
Haskell 4.6%
CSS 3%
Shell 0.4%