uwhfaouefj
This commit is contained in:
parent
6567a561e3
commit
fd126721cf
4 changed files with 17 additions and 8 deletions
|
|
@ -36,6 +36,10 @@
|
|||
../../users/rin
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [ wpa_supplicant_gui ];
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
# For steam fhs-env
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1w"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,10 @@
|
|||
networking = {
|
||||
useDHCP = true;
|
||||
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
||||
wireless.userControlled.enable = true;
|
||||
wireless = {
|
||||
enable = true;
|
||||
userControlled.enable = true;
|
||||
};
|
||||
|
||||
extraHosts = ''
|
||||
192.168.100.12 strawberry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue