Compare commits
No commits in common. "0c40e210f4e497a6f96df6225f95cfafc843c6ad" and "e367d8458e234b7972379b101af4dd0c59a9a000" have entirely different histories.
0c40e210f4
...
e367d8458e
5 changed files with 3 additions and 11 deletions
|
|
@ -10,7 +10,6 @@
|
|||
niri.url = "github:sodiboo/niri-flake";
|
||||
nixcord.url = "github:FlameFlag/nixcord";
|
||||
winegdk.url = "github:fmbearmf/winegdk-nix";
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
|
||||
honkai-railway-grub-theme.url = "github:voidlhf/StarRailGrubThemes/4a84e576bb544afbdfc76dbe40ffc50a5c2b16de";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
libs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{libs, ...}: {
|
||||
imports = [
|
||||
./device.nix
|
||||
./programs.nix
|
||||
|
|
|
|||
|
|
@ -7,12 +7,10 @@
|
|||
isSystemUser = true;
|
||||
};
|
||||
|
||||
users.users.forgejo = {
|
||||
users.users.git = {
|
||||
group = "forgejo";
|
||||
isSystemUser = true;
|
||||
useDefaultShell = true;
|
||||
home = "/var/lib/forgejo";
|
||||
createHome = false;
|
||||
};
|
||||
|
||||
users.groups = {
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
START_SSH_SERVER = false;
|
||||
SSH_CREATE_AUTHORIZED_KEYS_FILE = true;
|
||||
SSH_DOMAIN = "server.asakiyuki.com";
|
||||
SSH_USER = "git";
|
||||
ROOT_URL = "https://git.asakiyuki.com/";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
AllowUsers = [
|
||||
"asakiyuki"
|
||||
"junko"
|
||||
"forgejo"
|
||||
];
|
||||
PasswordAuthentication = true;
|
||||
KbdInteractiveAuthentication = false;
|
||||
|
|
|
|||
Reference in a new issue