Introduced node system

This commit is contained in:
Alejandro Angulo 2023-04-06 20:12:43 -07:00
parent b098765485
commit 2404862e0a
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 83 additions and 7 deletions

View file

@ -1,13 +1,9 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{
config,
pkgs,
...
}: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
./zfs.nix
];
@ -43,10 +39,7 @@
};
boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"];
networking.hostName = "gospel";
# Set your time zone.
time.timeZone = "America/Los_Angeles";
# List packages installed in system profile. To search, run: