update
added another workstation changed typo on git clone added git settings
This commit is contained in:
14
w00149.nix
Normal file
14
w00149.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ 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?
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user