-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo
More file actions
27 lines (25 loc) · 751 Bytes
/
todo
File metadata and controls
27 lines (25 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# TODO
- how to auto-config external displays & mouse speed from nix config?
- review system-wide nixpkgs channel & pin it to a specific commit
# NixOS Init
- boot into fresh NixOS installation
- connect to wifi
- open terminal & run:
- nix-shell -p git
- cp /run/media/bohendo/usb-drive/.secret ~/.secret
- rmdir ~/.ssh
- ln -s ~/.secret/ssh ~/.ssh
- chmod 400 ~/.ssh/bohendo
- mkdir code
- cd code
- git clone ssh://onedev/etc
- cd etc
- git checkout nix
- cp /etc/nixos/hardware-configuration.nix hardware-configuration.nix
- git show main:gitconfig > gitconfig
- ln -s $(pwd)/gitconfig ~/.gitconfig
- git add .
- git commit -m "incorporate hardware scan"
- change hostname?!
- fix bug?
- bash bin/nixos-setup