nixos: gen 231 @ nix-pad — 2026-08-04 20:15 26.05.20260724.597283a (Yarara) -----
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
../../system
|
../../system
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "violet";
|
networking.hostName = "lavender";
|
||||||
|
|
||||||
system.stateVersion = "26.05";
|
system.stateVersion = "26.05";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
../../system/security/thinkpad.nix
|
../../system/security/thinkpad.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "lavender";
|
networking.hostName = "violet";
|
||||||
|
|
||||||
services.power-profiles-daemon.enable = false;
|
services.power-profiles-daemon.enable = false;
|
||||||
|
|
||||||
|
|||||||
@@ -42,5 +42,12 @@
|
|||||||
"git"
|
"git"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
interactiveShellInit = ''
|
||||||
|
if [ -f "/run/secrets/vaultwarden_clientid" ]; then
|
||||||
|
export BW_CLIENTID=$(cat /run/secrets/vaultwarden_clientid)
|
||||||
|
export BW_CLIENTSECRET=$(cat /run/secrets/vaultwarden_clientsecret)
|
||||||
|
fi
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user