test
This commit is contained in:
parent
eafdade3da
commit
3b00dbae3a
2 changed files with 5 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
|||
# NixOS Configuration Repository
|
||||
## NOTE: These configs expect this repo to be cloned to /etc/nixos/git/
|
||||
```
|
||||
# First run as root:
|
||||
git clone https://git.sysctl.io/albert/nix /etc/nixos/git
|
||||
ln -s /etc/nixos/git/flake.nix /etc/nixos/flake.nix
|
||||
nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
|
||||
mkdir /nix/var/nix/profiles/per-user/<USERNAME>
|
||||
|
||||
# as <USERNAME>:
|
||||
home-manager switch -b backup --flake /etc/nixos/git
|
||||
```
|
||||
![Gruv'd Hyprland](./screenshot.png "Hyprland with a Gruvboxy theme")
|
||||
---
|
||||
|
|
|
@ -43,5 +43,4 @@
|
|||
|
||||
# Temporary
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
|
||||
}
|
Loading…
Reference in a new issue