uh
This commit is contained in:
parent
fa369941d5
commit
6b4057baef
2 changed files with 29 additions and 10 deletions
|
@ -109,38 +109,47 @@
|
||||||
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmOATOG9brF/pBmMufk0LQkPQuLwgZAOZMeHCSdOpr+4Tap/mmqCHGtDL/JW6KsDfFpOFmdnSoeihVPGT3r/Mixt3cGOJlzoWXDt2bHyaEOsLz5B3MuYqBIXG3d2wvxharbmlVg3xyArSaCtuBZcopC5rXajnrPW4HxW+pxPC1NsL3RRGSF0edWdJVdX8oJJBsMMUzfeWh1bxEz2iLKMSYb6KPbQITwFTr+RuiEIppOW3n0zJko1wNG8oWTOgHdkmY4C4rUOk6KgW4qs19t7Mjlc7CnZa3XV7/0DcxERGsphpKvS7dpnEtOt7RaHUr/t0V3yLgl58MPbJKG6WSNIRaXZ0EPSlzz8k+4JjuEFdCDg7WjEDSZsBS9U4AyYQjlEwrkinT7g+LUVKYEDqb0hE539SwARvHZsOXrRgtA+Jh2CJIb/rRWfQRkgxpT9hKiBfYbSj8qbphUrbJ/g72UOQyhIbEW8fF9vmWY75NV/X2+EFZyF56ZhvLFk08sjGIF+s= u0_a441@localhost"
|
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmOATOG9brF/pBmMufk0LQkPQuLwgZAOZMeHCSdOpr+4Tap/mmqCHGtDL/JW6KsDfFpOFmdnSoeihVPGT3r/Mixt3cGOJlzoWXDt2bHyaEOsLz5B3MuYqBIXG3d2wvxharbmlVg3xyArSaCtuBZcopC5rXajnrPW4HxW+pxPC1NsL3RRGSF0edWdJVdX8oJJBsMMUzfeWh1bxEz2iLKMSYb6KPbQITwFTr+RuiEIppOW3n0zJko1wNG8oWTOgHdkmY4C4rUOk6KgW4qs19t7Mjlc7CnZa3XV7/0DcxERGsphpKvS7dpnEtOt7RaHUr/t0V3yLgl58MPbJKG6WSNIRaXZ0EPSlzz8k+4JjuEFdCDg7WjEDSZsBS9U4AyYQjlEwrkinT7g+LUVKYEDqb0hE539SwARvHZsOXrRgtA+Jh2CJIb/rRWfQRkgxpT9hKiBfYbSj8qbphUrbJ/g72UOQyhIbEW8fF9vmWY75NV/X2+EFZyF56ZhvLFk08sjGIF+s= u0_a441@localhost"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
# users.users.git = {
|
||||||
|
# isSystemUser = true;
|
||||||
|
# home = "/home/git";
|
||||||
|
# group = "nogroup";
|
||||||
|
# shell = pkgs.zsh;
|
||||||
|
# # shell = "${pkgs.git}/bin/git-shell";
|
||||||
|
# };
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
go
|
|
||||||
alejandra
|
|
||||||
alacritty
|
alacritty
|
||||||
|
alejandra
|
||||||
bat
|
bat
|
||||||
btdu
|
btdu
|
||||||
chezmoi
|
|
||||||
btop
|
btop
|
||||||
btrbk
|
btrbk
|
||||||
cargo
|
cargo
|
||||||
|
chezmoi
|
||||||
czkawka
|
czkawka
|
||||||
|
delta
|
||||||
docker
|
docker
|
||||||
|
fastfetch
|
||||||
file
|
file
|
||||||
fzf
|
fzf
|
||||||
gcc
|
gcc
|
||||||
git
|
git
|
||||||
fastfetch
|
go
|
||||||
hyfetch
|
hyfetch
|
||||||
hyperfine
|
hyperfine
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
|
kodiPackages.jellyfin
|
||||||
|
kodiPackages.steam-controller
|
||||||
lazydocker
|
lazydocker
|
||||||
lazygit
|
lazygit
|
||||||
lsd
|
lsd
|
||||||
mcfly
|
mcfly
|
||||||
neovim
|
neovim
|
||||||
nodePackages.pnpm
|
nil
|
||||||
nodePackages.nodejs
|
nodePackages.nodejs
|
||||||
kodiPackages.jellyfin
|
nodePackages.pnpm
|
||||||
kodiPackages.steam-controller
|
ripgrep
|
||||||
sheldon
|
sheldon
|
||||||
starship
|
starship
|
||||||
tmux
|
tmux
|
||||||
|
@ -148,7 +157,6 @@
|
||||||
wget
|
wget
|
||||||
zoxide
|
zoxide
|
||||||
zsh
|
zsh
|
||||||
nil
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
@ -201,6 +209,10 @@
|
||||||
PermitRootLogin = "prohibit-password";
|
PermitRootLogin = "prohibit-password";
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
|
# extraConfig = ''
|
||||||
|
# Match User git
|
||||||
|
# ForceCommand ssh git@localhost -p 2221 -o StrictHostKeyChecking=no
|
||||||
|
# '';
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
|
@ -234,6 +246,13 @@
|
||||||
User = "root";
|
User = "root";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.docker = {
|
||||||
|
unitConfig = {
|
||||||
|
RequiresMountsFor = "/data";
|
||||||
|
};
|
||||||
|
wantedBy = ["graphical.target"];
|
||||||
|
};
|
||||||
# Copy the NixOS configuration file and link it from the resulting system
|
# Copy the NixOS configuration file and link it from the resulting system
|
||||||
# (/run/current-system/configuration.nix). This is useful in case you
|
# (/run/current-system/configuration.nix). This is useful in case you
|
||||||
# accidentally delete configuration.nix.
|
# accidentally delete configuration.nix.
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
fileSystems."/raid" = {
|
fileSystems."/raid" = {
|
||||||
device = "/dev/sdb1";
|
device = "/dev/sdb1";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = ["noatime" "noauto" "x-systemd.automount" "nofail" "space_cache=v2" "compress=zstd"];
|
options = ["noatime" "space_cache=v2" "compress=zstd"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# swapDevices = [ "/swap/swapfile" ];
|
# swapDevices = [ "/swap/swapfile" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue