host glonass got added
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
# custom
|
||||
./config/default.nix
|
||||
# default
|
||||
../../config/default/default.nix
|
||||
# desktop
|
||||
../../config/desktop/glonass.nix
|
||||
];
|
||||
networking.hostName = "glonass";
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user