From dcbd89aa224dd1f1fb37026b31954f5c0dcf8999 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 9 Sep 2022 01:13:51 +0200 Subject: ISO: Set user as nixos We now declare the user in the flake.nix, overriding this in the isoConfigurations output --- hosts/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/default.nix b/hosts/default.nix index deaad5a..924187e 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -1,7 +1,5 @@ -{ lib, inputs, extraModules, isNixOS, isIso, nixpkgs, home-manager, ... }: +{ lib, inputs, extraModules, isNixOS, isIso, user, nixpkgs, home-manager, ... }: let - user = "baitinq"; - secrets = import ../secrets; hosts = [ -- cgit 1.4.1