fix starlite paths
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
{
|
||||
imports =
|
||||
[
|
||||
../configuration/base.nix
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
inputs.disko.nixosModules.default
|
||||
@@ -15,6 +16,8 @@
|
||||
../modules/laptop.nix
|
||||
];
|
||||
|
||||
networking.hostName = "starlite"; # Define your hostname.
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.worble = {
|
||||
initialPassword = "password";
|
||||
|
||||
Reference in New Issue
Block a user