Everest: remove leftover configs
This commit is contained in:
parent
f7f70c3643
commit
1deb7cf3c0
2 changed files with 0 additions and 25 deletions
|
|
@ -134,7 +134,6 @@ outputs = { self, nixpkgs, nixpkgs-unstable, agenix, home-manager, home-manager-
|
||||||
./roles/common
|
./roles/common
|
||||||
./roles/server
|
./roles/server
|
||||||
./machines/Everest
|
./machines/Everest
|
||||||
./openbox.nix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
24
openbox.nix
24
openbox.nix
|
|
@ -1,24 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services = {
|
|
||||||
xserver = {
|
|
||||||
enable = true;
|
|
||||||
autorun = false;
|
|
||||||
windowManager.openbox.enable = true;
|
|
||||||
};
|
|
||||||
xrdp = {
|
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
defaultWindowManager = "${pkgs.openbox}/bin/openbox-session";
|
|
||||||
#confDir = "/etc/xrdp";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
pcmanfm
|
|
||||||
obconf
|
|
||||||
firefox
|
|
||||||
gnome.gnome-calculator
|
|
||||||
alacritty
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue