flake update, kicad patch got merged.
This commit is contained in:
parent
58477a0079
commit
9670012844
17 changed files with 55 additions and 80 deletions
|
|
@ -4,7 +4,6 @@
|
|||
...
|
||||
}:
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs myLib;};
|
||||
modules = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
|
@ -25,6 +24,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
...
|
||||
}: {
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
nixpkgs.hostPlatform ="x86_64-linux";
|
||||
host.details = {
|
||||
user = "gabe";
|
||||
fullName = "Gabe Venberg";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
}:
|
||||
# Karp site server.
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs myLib;};
|
||||
# > Our main nixos configuration file <
|
||||
modules = [
|
||||
|
|
@ -42,6 +41,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
fullName = "Gabe Venberg";
|
||||
gui.enable = false;
|
||||
};
|
||||
nixpkgs.hostPlatform ="x86_64-linux";
|
||||
boot.zfs.extraPools = ["storage"];
|
||||
networking.hostName = "cirrostratus"; # Define your hostname.
|
||||
networking.hostId = "1b9da0b9";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
}:
|
||||
# Hetzner cloud multipurpouse server
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs myLib;};
|
||||
# > Our main nixos configuration file <
|
||||
modules = [
|
||||
|
|
@ -36,6 +35,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
gui.enable = false;
|
||||
isVm = true;
|
||||
};
|
||||
nixpkgs.hostPlatform ="x86_64-linux";
|
||||
networking.hostName = "cirrus"; # Define your hostname.
|
||||
networking.hostId = "908b80b6";
|
||||
networking.useNetworkd = true;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
...
|
||||
}:
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
specialArgs = {inherit inputs myLib;};
|
||||
modules = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
|
@ -33,6 +32,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
"rockchipdrm"
|
||||
"phy_rockchip_pcie"
|
||||
];
|
||||
nixpkgs.hostPlatform ="x86_64-linux";
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
host.details = {
|
||||
user = "gabe";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
...
|
||||
}:
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs myLib;};
|
||||
modules = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
|
@ -22,7 +21,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
../../configs/nixos/touchpad.nix
|
||||
../../configs/nixos/i3
|
||||
../../configs/nixos/bluetooth.nix
|
||||
../../configs/nixos/kicad.nix
|
||||
../../roles/nixos/gaming.nix
|
||||
../../roles/nixos/power-saving.nix
|
||||
../../roles/nixos/embedded-dev
|
||||
|
|
@ -32,6 +30,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.hostPlatform ="x86_64-linux";
|
||||
host.details = {
|
||||
user = "gabe";
|
||||
fullName = "Gabe Venberg";
|
||||
|
|
@ -104,6 +103,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
../../configs/home-manager/tiny-irc.nix
|
||||
../../configs/home-manager/senpai-irc.nix
|
||||
../../configs/home-manager/halloy-irc.nix
|
||||
../../configs/home-manager/kicad.nix
|
||||
];
|
||||
|
||||
sops = lib.mkIf (inputs ? nix-secrets) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue