This commit is contained in:
Rachel Lambda Samuelsson 2024-06-20 16:39:06 +02:00
parent f8cc030af6
commit ef7e407c85
5 changed files with 23 additions and 12 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
cafe.qcow2 cafe.qcow2
result

View File

@ -208,26 +208,37 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1716361217, "lastModified": 1718717462,
"narHash": "sha256-mzZDr00WUiUXVm1ujBVv6A0qRd8okaITyUp4ezYRgc4=", "narHash": "sha256-qddfQLMaWR2gxfEzUM/zFZVK6H1kTv9WBQSBQxbP3MU=",
"owner": "NixOs", "owner": "NixOs",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "46397778ef1f73414b03ed553a3368f0e7e33c2f", "rev": "938aa157bbd6e3c6fd7dcb77998b1f92c2ad1631",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOs", "owner": "NixOs",
"ref": "nixos-23.11", "ref": "nixos-24.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"nixpkgs_4": {
"locked": {
"lastModified": 1701263465,
"narHash": "sha256-lNXUIlkfyDyp9Ox21hr+wsEf/IBklLvb6bYcyeXbdRc=",
"path": "/nix/store/7i525k013ds687vgp12lyhwmx79qd4qj-source",
"rev": "50aa30a13c4ab5e7ba282da460a3e3d44e9d0eb3",
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"rachelcafe": { "rachelcafe": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_3", "flake-utils": "flake-utils_3",
"nixpkgs": [ "nixpkgs": "nixpkgs_4"
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1705262863, "lastModified": 1705262863,

View File

@ -2,10 +2,9 @@
description = "NixOs configuration for my server"; description = "NixOs configuration for my server";
inputs = { inputs = {
nixpkgs.url = "github:NixOs/nixpkgs/nixos-23.11"; nixpkgs.url = "github:NixOs/nixpkgs/nixos-24.05";
nixos-config.url = "git+https://githug.xyz/rachel/nixos-config"; nixos-config.url = "git+https://githug.xyz/rachel/nixos-config";
rachelcafe.url = "git+https://githug.xyz/rachel/rachel.cafe"; rachelcafe.url = "git+https://githug.xyz/rachel/rachel.cafe";
rachelcafe.inputs.nixpkgs.follows = "nixpkgs";
}; };
outputs = inputs@{ self, nixpkgs, nixos-config, rachelcafe, ... }: outputs = inputs@{ self, nixpkgs, nixos-config, rachelcafe, ... }:
@ -44,7 +43,7 @@
}; };
}; };
}; };
state-version = "23.11"; state-version = "24.05";
modules = [ modules = [
nix-config-module nix-config-module
keyboard-module keyboard-module

View File

@ -18,8 +18,8 @@
}; };
settings = { settings = {
server = { server = {
# DOMAIN = "githug.xyz"; DOMAIN = "githug.xyz";
# ROOT_URL = "https://githug.xyz/"; ROOT_URL = "https://githug.xyz/";
# COOKIE_SECURE = true; # COOKIE_SECURE = true;
HTTP_PORT = 3001; HTTP_PORT = 3001;
OFFLINE_MODE = true; OFFLINE_MODE = true;

0
update-blog.sh Normal file → Executable file
View File