Compare commits
No commits in common. "7d94b4016563a39353f30937e77510e009505808" and "d48c7bd208fbe685a0408f766610cddba775dd14" have entirely different histories.
7d94b40165
...
d48c7bd208
14 changed files with 941 additions and 152 deletions
|
@ -29,19 +29,5 @@
|
|||
fonts.packages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
maple-mono-NF
|
||||
atkinson-hyperlegible
|
||||
liberation_ttf
|
||||
ocr-a
|
||||
(pkgs.stdenv.mkDerivation {
|
||||
pname = "libre-barcode";
|
||||
version = "1.008";
|
||||
src = pkgs.fetchzip {
|
||||
url = "https://github.com/graphicore/librebarcode/releases/download/v1.008/LibreBarcode_v1.008.zip";
|
||||
hash = "sha256-2Tqpjb+wBrfawgdRdrL+rfJeYLsnwMhfDkwIBt2HWkE=";
|
||||
};
|
||||
installPhase = ''
|
||||
install -D -m 0644 $src/LibreBarcode39-Regular.ttf $out/share/fonts/truetype/LibreBarcode39-Regular.ttf
|
||||
'';
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
1020
flake.lock
1020
flake.lock
File diff suppressed because it is too large
Load diff
|
@ -9,12 +9,12 @@
|
|||
};
|
||||
|
||||
lix-module-stable = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz";
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
};
|
||||
|
||||
lix-module-unstable = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz";
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
|
@ -114,7 +114,6 @@
|
|||
./home/ash/emacs.nix
|
||||
# ./home/ash/obs.nix
|
||||
./home/ash/niri.nix
|
||||
./home/ash/syncthing.nix
|
||||
./home/ash/tpm-fido.nix
|
||||
./home/ash/vscodium.nix
|
||||
./home/ash/zoom.nix
|
||||
|
@ -146,7 +145,6 @@
|
|||
./home/ash/obs.nix
|
||||
./home/ash/intellij.nix
|
||||
./home/ash/lutris.nix
|
||||
./home/ash/syncthing.nix
|
||||
|
||||
./home/ash/vscodium.nix
|
||||
./home/ash/zoom.nix
|
||||
|
@ -191,7 +189,6 @@
|
|||
./roles/mc-proxy.nix
|
||||
./roles/podman.nix
|
||||
./roles/postgres.nix
|
||||
./roles/youtrack.nix
|
||||
./roles/zulip.nix
|
||||
home-manager-stable.nixosModules.home-manager
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
# fluffychat
|
||||
fluffychat
|
||||
cachix
|
||||
prismlauncher
|
||||
gnome.gnome-sudoku
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
themeFile = "Catppuccin-Mocha";
|
||||
theme = "Catppuccin-Mocha";
|
||||
font.name = "JetBrainsMono Nerd Font";
|
||||
};
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ config, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
jetbrains.idea-ultimate
|
||||
jetbrains.phpstorm
|
||||
android-studio
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{ ... }: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray.enable = true;
|
||||
};
|
||||
}
|
|
@ -35,7 +35,6 @@
|
|||
jakebecker.elixir-ls
|
||||
phoenixframework.phoenix
|
||||
bradlc.vscode-tailwindcss
|
||||
myriad-dreamin.tinymist
|
||||
]);
|
||||
})
|
||||
];
|
||||
|
|
|
@ -80,7 +80,5 @@
|
|||
|
||||
virtualisation.waydroid.enable = true;
|
||||
|
||||
services.logind.lidSwitch = "ignore";
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
interface = "ens18";
|
||||
};
|
||||
};
|
||||
services.resolved.enable = true;
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
networking.hostId = "df9469a3";
|
||||
networking.firewall.enable = false;
|
||||
|
||||
#boot.kernelPackages = pkgs.linuxPackages_6_8;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_8;
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
|
|
@ -6,18 +6,5 @@
|
|||
settings.protected-mode = "no";
|
||||
};
|
||||
|
||||
virtualisation.oci-containers.containers.iceshrimp = {
|
||||
image = "git.ashhhleyyy.dev/shorks-gay/iceshrimp:2023.12.11.shorks1";
|
||||
autoStart = false;
|
||||
environment = {
|
||||
NODE_ENV = "production";
|
||||
};
|
||||
ports = [
|
||||
"3000:3000"
|
||||
];
|
||||
volumes = [
|
||||
"/home/ash/shorks-gay/files:/iceshrimp/files"
|
||||
"/home/ash/shorks-gay/.config:/iceshrimp/.config:ro"
|
||||
];
|
||||
};
|
||||
# TODO: move rest of iceshrimp to amy
|
||||
}
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ config, pkgs, ... }: {
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerSocket.enable = true;
|
||||
};
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
environment.systemPackages = with pkgs; [
|
||||
podman-compose
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
# ipv4
|
||||
host all all 127.0.0.1/32 scram-sha-256
|
||||
host all all 100.64.0.0/10 scram-sha-256
|
||||
host all all 0.0.0.0/0 scram-sha-256
|
||||
host all all 10.0.0.0/8 scram-sha-256
|
||||
# ipv6
|
||||
host all all ::1/128 scram-sha-256
|
||||
'';
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
config
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
services.youtrack = {
|
||||
enable = true;
|
||||
environmentalParameters.listen-port = 3002;
|
||||
package = pkgs.youtrack;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue