diff options
author | makefu <github@syntax-fehler.de> | 2023-06-03 15:17:03 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2023-06-03 15:17:30 +0200 |
commit | 0899a30efdbc6c2abe8afa2c0dea5980b33e8769 (patch) | |
tree | 1d7c240939d7b0f48369d120e038f584be4f9bf9 /makefu/1systems/snake/wifi.nix | |
parent | c99460e5f739032d7011af5d533072e5189fd0c3 (diff) |
ma snake.r: add sound hardware config
Diffstat (limited to 'makefu/1systems/snake/wifi.nix')
-rw-r--r-- | makefu/1systems/snake/wifi.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/makefu/1systems/snake/wifi.nix b/makefu/1systems/snake/wifi.nix new file mode 100644 index 000000000..7e1569010 --- /dev/null +++ b/makefu/1systems/snake/wifi.nix @@ -0,0 +1,6 @@ +{ + networking.wireless = { + enable = true; + networks = import <secrets/wifi.nix>; + }; +} |