Removed trailing space.

This commit is contained in:
samoht9277 2024-02-07 14:53:31 -03:00
parent 3e7d032559
commit 7d39002665
No known key found for this signature in database
GPG key ID: 612AC42768391756

View file

@ -27,7 +27,7 @@ makeConf() {
local network_import="" local network_import=""
[[ -n "$doNetConf" ]] && network_import="./networking.nix # generated at runtime by nixos-infect" [[ -n "$doNetConf" ]] && network_import="./networking.nix # generated at runtime by nixos-infect"
cat > /etc/nixos/configuration.nix << EOF cat > /etc/nixos/configuration.nix << EOF
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [