hosts/Infini-STICK: create USB stick configuration

This commit is contained in:
Infinidoge 2021-10-27 16:10:19 -04:00
parent a0afbfe4cf
commit a628a680da
2 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{ lib, suites, profiles, ... }: {
imports = lib.lists.flatten [
(with suites; [ graphic develop ])
(with profiles; [
boot.grub
networking.wireless
(with hardware; [
sound
gpu.common
])
btrfs
])
];
system.stateVersion = "21.11";
}