Remove hostname variable
This commit is contained in:
parent
ec4a091991
commit
2c088442a1
4 changed files with 10 additions and 16 deletions
lib/nixos
|
@ -6,9 +6,8 @@
|
|||
username,
|
||||
}: {
|
||||
desktop ? false,
|
||||
hostname,
|
||||
}: let
|
||||
configuration = import ./configuration.nix {inherit desktop hostname inputs pkgs system;};
|
||||
configuration = import ./configuration.nix {inherit desktop inputs pkgs system;};
|
||||
hardwareConfiguration = import ./hardware-configuration.nix;
|
||||
in
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue