This commit is contained in:
iFargle 2023-07-06 12:24:21 +09:00
parent 827eb202c0
commit 66a61e9ede
2 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,6 @@
# NixOS Packages / Options:
# https://search.nixos.org/packages?
{ lib, config, pkgs, ... }: {
imports =
[

View file

@ -1,5 +1,8 @@
{ lib, config, pkgs, ... }: {
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Set the networking hostname:
networking.hostName = "nixos-laptop";