This commit is contained in:
iFargle 2023-09-15 18:27:38 +09:00
parent eafdade3da
commit 3b00dbae3a
2 changed files with 5 additions and 1 deletions

View file

@ -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")
---

View file

@ -43,5 +43,4 @@
# Temporary
networking.firewall.allowedTCPPorts = [ 22 ];
}