test
This commit is contained in:
parent
827eb202c0
commit
66a61e9ede
2 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
# NixOS Packages / Options:
|
# NixOS Packages / Options:
|
||||||
# https://search.nixos.org/packages?
|
# https://search.nixos.org/packages?
|
||||||
|
|
||||||
|
|
||||||
{ lib, config, pkgs, ... }: {
|
{ lib, config, pkgs, ... }: {
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
{ lib, config, pkgs, ... }: {
|
{ lib, config, pkgs, ... }: {
|
||||||
|
|
||||||
|
# Allow unfree packages
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# Set the networking hostname:
|
# Set the networking hostname:
|
||||||
networking.hostName = "nixos-laptop";
|
networking.hostName = "nixos-laptop";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue