fix mini config
This commit is contained in:
parent
6790828a28
commit
ead992a1ef
3 changed files with 37 additions and 75 deletions
|
@ -1,7 +1,3 @@
|
|||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running `nixos-help`).
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
@ -14,9 +10,8 @@
|
|||
/data/nixos/share/common.nix
|
||||
];
|
||||
|
||||
# our hostname and an ID for ZFS
|
||||
# our hostname
|
||||
networking.hostName = "mini";
|
||||
networking.hostId = "e925ccfb";
|
||||
|
||||
# EurKey layout
|
||||
services.xserver.xkb.layout = "eu";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue