Compare commits
No commits in common. "efc4b199a49dbf6249ad0e12869f14d344248a38" and "10f09226ebb2c30510345f2f699404f67a7475cc" have entirely different histories.
efc4b199a4
...
10f09226eb
2 changed files with 3 additions and 3 deletions
|
|
@ -130,7 +130,7 @@
|
||||||
users.toast = {osConfig, ...}: {
|
users.toast = {osConfig, ...}: {
|
||||||
catppuccin.flavor = osConfig.catppuccin.flavor;
|
catppuccin.flavor = osConfig.catppuccin.flavor;
|
||||||
catppuccin.accent = osConfig.catppuccin.accent;
|
catppuccin.accent = osConfig.catppuccin.accent;
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "24.05";
|
||||||
manual = {
|
manual = {
|
||||||
manpages.enable = true;
|
manpages.enable = true;
|
||||||
html.enable = true;
|
html.enable = true;
|
||||||
|
|
@ -165,7 +165,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
stateVersion = "24.11";
|
stateVersion = "24.05";
|
||||||
# Nix on nixos 23.05 does not have dirtyRev
|
# Nix on nixos 23.05 does not have dirtyRev
|
||||||
configurationRevision = flakeSelf.sourceInfo.rev or flakeSelf.sourceInfo.dirtyRev or "dirty";
|
configurationRevision = flakeSelf.sourceInfo.rev or flakeSelf.sourceInfo.dirtyRev or "dirty";
|
||||||
nixos.variant_id = lib.strings.toLower config.networking.hostName;
|
nixos.variant_id = lib.strings.toLower config.networking.hostName;
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ in {
|
||||||
};
|
};
|
||||||
server = {
|
server = {
|
||||||
OFFLINE_MODE = false;
|
OFFLINE_MODE = false;
|
||||||
ROOT_URL = "https://git.everest.tailscale";
|
ROOT_URL = "http://git.everest.tailscale";
|
||||||
START_SSH_SERVER = true;
|
START_SSH_SERVER = true;
|
||||||
SSH_PORT = 4222;
|
SSH_PORT = 4222;
|
||||||
SSH_SERVER_HOST_KEYS = config.age.secrets.forgejo-host-key.path;
|
SSH_SERVER_HOST_KEYS = config.age.secrets.forgejo-host-key.path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue