base: Fix small things
This commit is contained in:
parent
dea5300fb6
commit
fbb525b7f6
@ -262,6 +262,16 @@ in {
|
|||||||
registry = {
|
registry = {
|
||||||
nixpkgs.flake = inputs.nixpkgs;
|
nixpkgs.flake = inputs.nixpkgs;
|
||||||
};
|
};
|
||||||
|
settings = {
|
||||||
|
substituters = [
|
||||||
|
"https://cache.nixos.org/" # Official binary substitute
|
||||||
|
"https://nix-community.cachix.org/" # For emacsGccPgtk
|
||||||
|
];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" # Official binary substitute
|
||||||
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" # nix-community
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
@ -52,7 +52,7 @@ in inputs.nixpkgs.lib.nixosSystem {
|
|||||||
# My module system
|
# My module system
|
||||||
(import ../modules)
|
(import ../modules)
|
||||||
inputs.ostylk.nixosModules.nftables
|
inputs.ostylk.nixosModules.nftables
|
||||||
inputs.tablet-mode.nixosModules
|
inputs.tablet-mode.nixosModule
|
||||||
|
|
||||||
# Actual config
|
# Actual config
|
||||||
(import ./baseSystem.nix)
|
(import ./baseSystem.nix)
|
||||||
|
@ -2,7 +2,7 @@ rec {
|
|||||||
network-base = "192.168.178";
|
network-base = "192.168.178";
|
||||||
|
|
||||||
# A collection of IP addresses for various uses
|
# A collection of IP addresses for various uses
|
||||||
miku = "${network-base}.38";
|
miku = "${network-base}.60";
|
||||||
nishimiya = "${network-base}.59";
|
nishimiya = "${network-base}.59";
|
||||||
tamaki = "${network-base}.27";
|
tamaki = "${network-base}.27";
|
||||||
mashu = "${network-base}.54";
|
mashu = "${network-base}.54";
|
||||||
|
Loading…
Reference in New Issue
Block a user