flake: remove suites from flake
This commit is contained in:
parent
934cd7f895
commit
07216e2fa3
9 changed files with 66 additions and 115 deletions
|
@ -1,11 +1,9 @@
|
|||
{ suites, profiles, pkgs, lib, private, ... }: {
|
||||
imports = lib.our.flattenListSet {
|
||||
suites = with suites; [ base develop ];
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
private.nixosModules.wireless
|
||||
];
|
||||
};
|
||||
{ pkgs, lib, private, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
private.nixosModules.wireless
|
||||
];
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue