mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 18:06:33 +01:00
Remove some networking stuff
This commit is contained in:
parent
15d744050c
commit
6a2bc2e75d
1 changed files with 1 additions and 4 deletions
|
@ -7,11 +7,9 @@
|
|||
];
|
||||
|
||||
jopejoe1 = {
|
||||
audio = { enable = true; };
|
||||
bluetooth.enable = true;
|
||||
audio.enable = true;
|
||||
local.enable = true;
|
||||
nix.enable = true;
|
||||
plasma.enable = true;
|
||||
sway.enable = true;
|
||||
user = {
|
||||
jopejoe1.enable = true;
|
||||
|
@ -22,7 +20,6 @@
|
|||
|
||||
networking = {
|
||||
hostId = "af13bbec";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
|
Loading…
Reference in a new issue