Compare commits

..

No commits in common. "0c40e210f4e497a6f96df6225f95cfafc843c6ad" and "e367d8458e234b7972379b101af4dd0c59a9a000" have entirely different histories.

5 changed files with 3 additions and 11 deletions

View file

@ -10,7 +10,6 @@
niri.url = "github:sodiboo/niri-flake"; niri.url = "github:sodiboo/niri-flake";
nixcord.url = "github:FlameFlag/nixcord"; nixcord.url = "github:FlameFlag/nixcord";
winegdk.url = "github:fmbearmf/winegdk-nix"; winegdk.url = "github:fmbearmf/winegdk-nix";
catppuccin.url = "github:catppuccin/nix";
honkai-railway-grub-theme.url = "github:voidlhf/StarRailGrubThemes/4a84e576bb544afbdfc76dbe40ffc50a5c2b16de"; honkai-railway-grub-theme.url = "github:voidlhf/StarRailGrubThemes/4a84e576bb544afbdfc76dbe40ffc50a5c2b16de";

View file

@ -1,9 +1,4 @@
{ {libs, ...}: {
lib,
libs,
inputs,
...
}: {
imports = [ imports = [
./device.nix ./device.nix
./programs.nix ./programs.nix

View file

@ -7,12 +7,10 @@
isSystemUser = true; isSystemUser = true;
}; };
users.users.forgejo = { users.users.git = {
group = "forgejo"; group = "forgejo";
isSystemUser = true; isSystemUser = true;
useDefaultShell = true; useDefaultShell = true;
home = "/var/lib/forgejo";
createHome = false;
}; };
users.groups = { users.groups = {

View file

@ -10,6 +10,7 @@
START_SSH_SERVER = false; START_SSH_SERVER = false;
SSH_CREATE_AUTHORIZED_KEYS_FILE = true; SSH_CREATE_AUTHORIZED_KEYS_FILE = true;
SSH_DOMAIN = "server.asakiyuki.com"; SSH_DOMAIN = "server.asakiyuki.com";
SSH_USER = "git";
ROOT_URL = "https://git.asakiyuki.com/"; ROOT_URL = "https://git.asakiyuki.com/";
}; };
}; };

View file

@ -8,7 +8,6 @@
AllowUsers = [ AllowUsers = [
"asakiyuki" "asakiyuki"
"junko" "junko"
"forgejo"
]; ];
PasswordAuthentication = true; PasswordAuthentication = true;
KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;