Moved config to local one
Added rock64 configuration modified configs for a desktop and server version
This commit is contained in:
@@ -2,11 +2,18 @@
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hosts/w00072/hardware-configuration.nix
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
./components/base-software.nix
|
||||
./components/user-kurtisa.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
networking.hostName = "w00072"; # Define your hostname.
|
||||
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
|
||||
Reference in New Issue
Block a user