Files
vargix-os/w00149.nix
Kurtis 38cbbe07b4 update
added another workstation
changed typo on git clone
added git settings
2024-03-25 06:32:50 +10:00

15 lines
339 B
Nix

{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hosts/w00149/hardware-configuration.nix
./components/base-software.nix
./components/user-kurtisa.nix
];
networking.hostName = "w00149"; # Define your hostname.
system.stateVersion = "23.11"; # Did you read the comment?
}