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, ... }:
|
{ inputs, config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.username = "root";
|
home.username = "root";
|
||||||
home.homeDirectory = "/home/root";
|
home.homeDirectory = "/root";
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nix;
|
package = pkgs.nix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue