diff options
| author | Baitinq <[email protected]> | 2022-09-09 01:13:51 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-09 01:13:51 +0200 |
| commit | 7b30c43ed8d2c960910519de946cd6e6da9e847d (patch) | |
| tree | 3874e64dff0fc6b6ffb993b59e8aab2a139478e5 /hosts | |
| parent | Phobos: Add element-desktop program (diff) | |
| download | nixos-config-7b30c43ed8d2c960910519de946cd6e6da9e847d.tar.gz nixos-config-7b30c43ed8d2c960910519de946cd6e6da9e847d.tar.bz2 nixos-config-7b30c43ed8d2c960910519de946cd6e6da9e847d.zip | |
ISO: Set user as nixos
We now declare the user in the flake.nix, overriding this in the isoConfigurations output
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
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 = [ |