chore: flake maintenance
Some checks are pending
Flake check / Check flake (push) Waiting to run

This commit is contained in:
Leon Schwarzäugl 2025-09-23 17:34:19 +02:00
parent d0f432b717
commit ad2241586e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
49 changed files with 3232 additions and 3893 deletions

View file

@ -1,4 +1,4 @@
{ self, lib, minimal, ... }:
{ self, lib, ... }:
{
imports = [
@ -12,8 +12,7 @@
};
swarselprofiles = {
toto = lib.mkIf (!minimal) true;
btrfs = true;
minimal = lib.mkForce true;
};
swarselsystems = {

View file

@ -2,7 +2,6 @@
{ lib
, pkgs
, config
, rootDisk
, ...
}:
let