hosts/Infini-STICK: update configuration

This commit is contained in:
Infinidoge 2021-10-28 10:12:13 -04:00
parent 367f465df2
commit b7c254775e
2 changed files with 7 additions and 2 deletions

View file

@ -9,7 +9,8 @@
(with hardware; [
sound
gpu.common
gpu.amdgpu
laptop
])
btrfs
@ -18,5 +19,7 @@
./hardware-configuration.nix
];
networking.interfaces.wlp1s0.useDHCP = true;
system.stateVersion = "21.11";
}