More deduplication
This commit is contained in:
parent
4eac965b88
commit
7b87bdbc2f
3 changed files with 24 additions and 22 deletions
|
@ -4,7 +4,6 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../users/qenya.nix
|
||||
./home.nix
|
||||
];
|
||||
|
||||
|
@ -12,12 +11,8 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.systemd-boot.editor = false;
|
||||
|
||||
networking.hostName = "tohru";
|
||||
networking.hostId = "31da19c1";
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
console.keyMap = "uk";
|
||||
|
||||
|
@ -34,9 +29,7 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
colmena
|
||||
git
|
||||
npins
|
||||
wget
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../users/qenya.nix
|
||||
../../services/nginx.nix
|
||||
../../services/openssh.nix
|
||||
];
|
||||
|
@ -12,11 +11,6 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "yevaud";
|
||||
networking.hostId = "09673d65";
|
||||
|
||||
time.timeZone = "Etc/UTC";
|
||||
|
||||
services.nginx.virtualHosts = {
|
||||
"git.katherina.rocks" = {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue