nit: make nix flake check happy
This commit is contained in:
parent
0e590162d2
commit
7827b01899
5 changed files with 5 additions and 21 deletions
|
@ -1,13 +0,0 @@
|
|||
{ suites, profiles, pkgs, lib, ... }: {
|
||||
imports = lib.lists.flatten [
|
||||
(with suites; [
|
||||
base
|
||||
])
|
||||
|
||||
(with profiles; [
|
||||
networking.wireless
|
||||
])
|
||||
];
|
||||
|
||||
modules.hardware.form.raspi = true;
|
||||
}
|
|
@ -15,7 +15,6 @@
|
|||
audio.enable = true;
|
||||
form.portable = true;
|
||||
};
|
||||
services.proxy.enable = false;
|
||||
};
|
||||
|
||||
environment.persistence."/persist" = {
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
profiles = with profiles;
|
||||
[
|
||||
networking.wireless
|
||||
|
||||
btrfs
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -23,9 +21,6 @@
|
|||
gpu.amdgpu = true;
|
||||
wireless.enable = true;
|
||||
};
|
||||
services = {
|
||||
proxy.enable = true;
|
||||
};
|
||||
desktop.wm.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue