chore: cleanup configuration.nix for lea and amy
This commit is contained in:
parent
12bb209156
commit
a3cb3422ec
2 changed files with 20 additions and 2 deletions
|
@ -2,11 +2,31 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../common/generic.nix
|
||||
../../common/server.nix
|
||||
../../common/tailscale.nix
|
||||
];
|
||||
|
||||
zramSwap.enable = true;
|
||||
networking.hostName = "amy";
|
||||
networking.domain = "serv.ashhhleyyy.dev";
|
||||
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
|
||||
services.xserver = {
|
||||
layout = "gb";
|
||||
xkbVariant = "";
|
||||
};
|
||||
|
||||
console.keyMap = "uk";
|
||||
|
||||
nix.settings.trusted-users = [ "@wheel" ];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
services.openssh.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../common/cachix.nix
|
||||
../../common/generic.nix
|
||||
../../common/server.nix
|
||||
../../common/tailscale.nix
|
||||
|
@ -38,7 +37,6 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
helix
|
||||
smartmontools
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue