fix starlite paths

This commit is contained in:
2025-01-11 22:25:49 +00:00
parent ed2d9c57f8
commit b1d59bbb9e
5 changed files with 12 additions and 8 deletions

View File

@@ -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";