diff --git a/nixos/configuration.nix b/nixos/configuration.nix index fbb1e3d..a9db42c 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -1,13 +1,6 @@ # This is your system's configuration file. # Use this to configure your system environment (it replaces /etc/nixos/configuration.nix) -{ - inputs, - outputs, - lib, - config, - pkgs, - ... -}: { +{ inputs, outputs, lib, config, pkgs, hostname, ... }: { # You can import other NixOS modules here imports = [ # If you want to use modules your own flake exports (from modules/nixos):