diff options
author | notgne2 | 2020-09-29 21:27:52 -0700 |
---|---|---|
committer | notgne2 | 2020-09-29 21:27:52 -0700 |
commit | 05a997558400f093c7278decd6300ce09044227b (patch) | |
tree | 9600f882d720a9d00de7c28fad6993d2b5fc5007 /examples/system/configuration.nix | |
parent | a0328dbcf76b7c551e92fd25060cfc7d7e4d9ebe (diff) | |
parent | 8d21dd335e5259dadf832a5d1a7c72b9dd1f4400 (diff) |
Merge branch 'master' of github.com:notgne2/deploy-rs into master
Diffstat (limited to '')
-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; |