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.
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
|
||||
users.users.macbookpro = {
|
||||
home = "/Users/macbookpro";
|
||||
};
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{ config, pkgs, osConfig, ... }:
|
||||
|
||||
{
|
||||
home.username = "user";
|
||||
# home.username = "user";
|
||||
|
||||
lumpiastyHome = {
|
||||
gpg = osConfig.lumpiasty.pc;
|
||||
|
||||
Reference in New Issue
Block a user