This commit is contained in:
2025-05-17 17:33:15 +02:00
parent 877ddaa7e3
commit 08ea1d3c74
7 changed files with 158 additions and 199 deletions

View File

@@ -16,8 +16,8 @@
# ++ lib.optionals isCnixpad [./cpmodules.nix];
home = {
username = "cnst";
homeDirectory = "/home/cnst";
username = "cnstlab";
homeDirectory = "/home/cnstlab";
stateVersion = "23.11";
extraOutputsToInstall = ["doc" "devdoc"];
packages = with pkgs; [

View File

@@ -1,6 +1,6 @@
{
accounts = {
username = "cnst";
username = "cnstlab";
hostname = "cnixlab";
};
monitors = [

View File

@@ -24,7 +24,7 @@
++ [
./cnst
];
"cnst@cnixlab" =
"cnstlab@cnixlab" =
sharedImports
++ [
./cnstlab