Fri Jun 21 02:08:04 PM CEST 2024
This commit is contained in:
parent
cab316b9e1
commit
13709da5ad
|
@ -1,7 +1,7 @@
|
|||
{ inputs, config, pkgs, ... }:
|
||||
{
|
||||
home.username = "root";
|
||||
home.homeDirectory = "/home/root";
|
||||
home.homeDirectory = "/root";
|
||||
nix = {
|
||||
package = pkgs.nix;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue