My Nix Configuration

[flake] Fix checks

Changed files
+8 -12
systems
x86_64-linux
marvin
prefect
+5 -3
flake.nix
···
};
deploy-rs = {
url = "github:serokell/deploy-rs";
-
inputs.nixpkgs.follows = "nixpkgs";
-
inputs.utils.follows = "flake-utils";
-
inputs.flake-compat.follows = "flake-compat";
+
inputs = {
+
nixpkgs.follows = "nixpkgs";
+
utils.follows = "flake-utils";
+
flake-compat.follows = "flake-compat";
+
};
};
dns = {
url = "github:nix-community/dns.nix";
+1 -1
systems/x86_64-linux/marvin/hardware.nix
···
ckb-next.enable = false;
cpu.amd.updateMicrocode = true;
gpgSmartcards.enable = true;
-
opengl.enable = false;
+
graphics.enable = false;
pulseaudio.enable = false;
};
}
+1 -6
systems/x86_64-linux/prefect/bootloader.nix
···
-
{
-
pkgs,
-
lib,
-
modulesPath,
-
...
-
}:
+
{ pkgs, modulesPath, ... }:
let
fileSystems = {
btrfs = true;
+1 -2
systems/x86_64-linux/prefect/dn42/bgp.nix
···
-
{ ... }:
-
{
+
_: {
sessions = [
# Chrismoos
{