Compare commits

...

6 commits

6 changed files with 27 additions and 20 deletions

View file

@ -0,0 +1,14 @@
on:
push:
branches:
- main
jobs:
check:
runs-on: nix
container:
image: ghcr.io/eboskma/forgejo-nix-runner:latest
steps:
- uses: actions/checkout@v3
- name: Check flake
run: nix flake check

View file

@ -239,14 +239,6 @@ in
};
};
eboskma.wallpapers = {
enable = true;
images = [
../../../wallpapers/river-3840.png
../../../wallpapers/jwst-pillars-of-creation-3840.jpg
];
};
home = {
packages = with pkgs; [
dunst

View file

@ -47,7 +47,7 @@ if os.path.isfile(player_file):
player_found = False
player_changed = False
player_index = 0
for (index, p) in enumerate(players):
for index, p in enumerate(players):
if p.instance == current_player_name:
player_found = True
player_index = index

View file

@ -116,16 +116,16 @@ inputs: {
system = "aarch64-linux";
config = import ./regin/configuration.nix inputs;
};
thor = {
system = "aarch64-linux";
config = import ./thor/configuration.nix inputs;
# deploy = {
# host = "10.0.0.198";
# sshUser = "erwin";
# buildOn = "local";
# substituteOnTarget = true;
# };
};
# thor = {
# system = "aarch64-linux";
# config = import ./thor/configuration.nix inputs;
# # deploy = {
# # host = "10.0.0.198";
# # sshUser = "erwin";
# # buildOn = "local";
# # substituteOnTarget = true;
# # };
# };
unifi = {
config = import ./unifi/configuration.nix inputs;
deploy = {

View file

@ -144,6 +144,7 @@ in
imports = [
../../modules/options
inputs.anyrun.nixosModules.home-manager
] ++ (map (mod: (../../home-manager/modules + "/${mod}")) (builtins.attrNames (builtins.readDir ../../home-manager/modules)));
};

View file

@ -8,7 +8,7 @@ mkDerivation {
src = builtins.fetchurl {
url = "https://probe.rs/files/69-probe-rs.rules";
sha256 = "00p6jywj43szcmjg13qh3kqhd98swnv7p9kwrcs1n5xr8hkx7lnm";
sha256 = "LkWFZVCL8h5MAd5T89CApjsjuKS2aw8OZFWFx+OrGkk=";
};
dontUnpack = true;