test
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./variables.nix
|
||||
../modules/server/security.nix
|
||||
../modules/server/openssh.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
imports = [ ../modules/variables-config.nix ];
|
||||
|
||||
config.var = {
|
||||
hostname = "jack-nixos";
|
||||
hostname = "jack";
|
||||
username = "hadi";
|
||||
homeDirectory = "/home/" + config.var.username;
|
||||
configDirectory = config.var.homeDirectory + "/.config/nixos";
|
||||
@@ -25,6 +25,6 @@
|
||||
sops = true;
|
||||
obsidian = false;
|
||||
|
||||
theme = import ../themes/windows.nix; # select your theme here
|
||||
theme = import ../themes/jack.nix; # select your theme here
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user