mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
fixed tud printers
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
parent
27d57a6c26
commit
609319f3aa
@ -1,5 +1,7 @@
|
|||||||
{ config, pkgs, ...}:
|
{ config, pkgs, ...}:
|
||||||
{
|
{
|
||||||
|
imports = [ ./printer.nix ];
|
||||||
|
|
||||||
networking.hostName = "stel-xps"; # define the hostname
|
networking.hostName = "stel-xps"; # define the hostname
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user