flake update, kicad patch got merged.
This commit is contained in:
parent
58477a0079
commit
9670012844
17 changed files with 55 additions and 80 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue