Compare commits
No commits in common. "4d4a007a005fa842406f55a8f7e5d27b2330d49a" and "8db3b7cc1b954b6b212958d891d5f5fb09a0bc04" have entirely different histories.
4d4a007a00
...
8db3b7cc1b
4 changed files with 2 additions and 30 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -18,33 +18,12 @@
|
||||||
../nix-os/account.nix
|
../nix-os/account.nix
|
||||||
../nix-os/xdg-default-apps.nix
|
../nix-os/xdg-default-apps.nix
|
||||||
../nix-os/services/nix-binary-cache.nix
|
../nix-os/services/nix-binary-cache.nix
|
||||||
../nix-os/udev.nix
|
|
||||||
|
|
||||||
(builtins.fetchTarball "https://github.com/nix-community/nixos-vscode-server/tarball/fc900c16efc6a5ed972fb6be87df018bcf3035bc")
|
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "wroclaw-main";
|
|
||||||
|
|
||||||
services.xrdp.enable = true;
|
|
||||||
users.groups."tsusers".members = [ "wroclaw" ];
|
|
||||||
|
|
||||||
services.printing.drivers = with pkgs; [
|
|
||||||
hplip
|
|
||||||
];
|
|
||||||
|
|
||||||
# nixos-vscode-server module needs this
|
|
||||||
programs.nix-ld.enable = true;
|
|
||||||
services.vscode-server = {
|
|
||||||
enable = true;
|
|
||||||
extraRuntimeDependencies = with pkgs; [
|
|
||||||
docker
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -11,7 +11,6 @@
|
||||||
|
|
||||||
../nix-os/desktopManagers/gnome.nix
|
../nix-os/desktopManagers/gnome.nix
|
||||||
../nix-os/displayManagers/gdm.nix
|
../nix-os/displayManagers/gdm.nix
|
||||||
../nix-os/udev.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
|
@ -14,6 +14,5 @@
|
||||||
../nix-os/adb.nix
|
../nix-os/adb.nix
|
||||||
../nix-os/account.nix
|
../nix-os/account.nix
|
||||||
../nix-os/xdg-default-apps.nix
|
../nix-os/xdg-default-apps.nix
|
||||||
../nix-os/udev.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
config = {
|
|
||||||
hardware.ledger.enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue