mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
15ba5fb4e8
commit
41fe95e9b1
7 changed files with 5 additions and 147 deletions
|
@ -4,7 +4,6 @@
|
|||
inputs.raspberry-pi-nix.nixosModules.sd-image
|
||||
./hardware-configuration.nix
|
||||
../base.nix
|
||||
../../docker
|
||||
];
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
|
@ -13,16 +12,14 @@
|
|||
|
||||
programs.git.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
r5e.containers = {
|
||||
# TODO: this doesnt work (some random ENOENT shit) and it seems slightly overkill
|
||||
# maybe make your own dashboard page yourself or something
|
||||
homepage = {
|
||||
enable = false;
|
||||
|
||||
services = {
|
||||
homepage-dashboard = {
|
||||
enable = true;
|
||||
listenPort = 80;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
title = "near";
|
||||
background = "/images/2kki_rainy_apartments.png";
|
||||
theme = "dark";
|
||||
color = "violet";
|
||||
headerStyle = "clean";
|
||||
|
@ -52,11 +49,7 @@
|
|||
};
|
||||
}
|
||||
];
|
||||
imagesDir = /home/rae/.dotfiles/assets/wallpapers;
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
openssh = {
|
||||
ports = [ 22 ];
|
||||
banner = "I won't hold it against you";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue