remove conflicting username and add home location
This commit is contained in:
@@ -22,4 +22,8 @@ self: { pkgs, ... }: {
|
|||||||
|
|
||||||
# The platform the configuration will be used on.
|
# The platform the configuration will be used on.
|
||||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||||
|
|
||||||
|
users.users.macbookpro = {
|
||||||
|
home = "/Users/macbookpro";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{ config, pkgs, osConfig, ... }:
|
{ config, pkgs, osConfig, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.username = "user";
|
# home.username = "user";
|
||||||
|
|
||||||
lumpiastyHome = {
|
lumpiastyHome = {
|
||||||
gpg = osConfig.lumpiasty.pc;
|
gpg = osConfig.lumpiasty.pc;
|
||||||
|
|||||||
Reference in New Issue
Block a user