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:
|
||||
# https://search.nixos.org/packages?
|
||||
|
||||
|
||||
{ lib, config, pkgs, ... }: {
|
||||
imports =
|
||||
[
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{ lib, config, pkgs, ... }: {
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Set the networking hostname:
|
||||
networking.hostName = "nixos-laptop";
|
||||
|
||||
|
|
Loading…
Reference in a new issue