refactor nix config a bit
This commit is contained in:
parent
f91842b292
commit
9bf32cc9b3
9 changed files with 182 additions and 238 deletions
15
nixos/hosts/thalassa/aoife/README.md
Normal file
15
nixos/hosts/thalassa/aoife/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Aoife
|
||||
This is the NixOS config for my laptop `aoife`.
|
||||
|
||||
## Hardware
|
||||
This is a Thinkpad Z16 Gen 1.
|
||||
|
||||
**CPU**: AMD Ryzen 9 PRO 6950H (16 cores) @ 4.935GHz
|
||||
**RAM**: 32GB LPDDR5 6400MHz
|
||||
**SCREEN**: 16" 3840 x 2400 OLED
|
||||
**GPU**: AMD Radeon™ RX 6500M, 4 GB, GDDR6
|
||||
|
||||
## Software
|
||||
**OS**: NixOS
|
||||
**DE**: Gnome
|
||||
**Shell**: ZSH (grml)
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
_: {
|
||||
networking.networkmanager.enable = true;
|
||||
networking.firewall.checkReversePath = false;
|
||||
# networking.firewall.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue