mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
debug
This commit is contained in:
@@ -1,17 +1,9 @@
|
|||||||
{ inputs, ... }: {
|
{ inputs, ... }: {
|
||||||
flake.lib.mkHost = { system, user, host, extraModules ? [] }:
|
flake.lib.mkHost = { system, host, extraModules ? [] }:
|
||||||
let
|
|
||||||
fullnames = {
|
|
||||||
mo = "Mohamed Chrayed";
|
|
||||||
nadine = "Nadine Peukert";
|
|
||||||
administrator = "Administrator";
|
|
||||||
};
|
|
||||||
in
|
|
||||||
inputs.nixpkgs.lib.nixosSystem {
|
inputs.nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit user host system;
|
inherit host system;
|
||||||
fullname = fullnames.${user};
|
|
||||||
pkgs-unstable = import inputs.nixpkgs-unstable {
|
pkgs-unstable = import inputs.nixpkgs-unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user