diff options
author | notgne2 | 2020-09-29 15:10:06 -0700 |
---|---|---|
committer | notgne2 | 2020-09-29 15:10:06 -0700 |
commit | 8d21dd335e5259dadf832a5d1a7c72b9dd1f4400 (patch) | |
tree | bc73e231777d5e0f7f2efa8e9a760a34e95950d1 /examples/system/configuration.nix | |
parent | e3c55575ca6bfd0c9166c52b4aac76b3761bb313 (diff) |
Add license information, reformat Nix files, clean up
Diffstat (limited to 'examples/system/configuration.nix')
-rw-r--r-- | examples/system/configuration.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/system/configuration.nix b/examples/system/configuration.nix index b2b55cf..6d4234a 100644 --- a/examples/system/configuration.nix +++ b/examples/system/configuration.nix @@ -1,7 +1,11 @@ +# SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> +# +# SPDX-License-Identifier: MPL-2.0 + { imports = [ ./common.nix ]; - networking.hostName = "example-nixos-syyyystem"; + networking.hostName = "example-nixos-system"; users.users.hello = { isNormalUser = true; |