Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): lock file maintenance #48

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -20,9 +20,7 @@
nixpkgs.follows = "srvos/nixpkgs"; # use the version of nixpkgs that has been tested with SrvOS
nixvim = {
url = "github:nix-community/nixvim";
inputs.home-manager.follows = "home-manager";
inputs.nixpkgs.follows = "nixpkgs";
inputs.treefmt-nix.follows = "treefmt-nix";
};
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix";
1 change: 1 addition & 0 deletions hosts/no1/configuration.nix
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@
hardware.nvidia-container-toolkit.enable = true;
hardware.nvidia.modesetting.enable = true;
hardware.nvidia.nvidiaSettings = true;
hardware.nvidia.open = true;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
services.xserver.videoDrivers = [ "nvidia" ];

9 changes: 0 additions & 9 deletions hosts/p1/configuration.nix
Original file line number Diff line number Diff line change
@@ -46,15 +46,6 @@
# Set your time zone.
time.timeZone = "Europe/Zurich";

# Configure keymap in X11
services.xserver = {
xkb.layout = lib.mkForce "ch";
xkb.variant = "fr_nodeadkeys";
};

# Configure console keymap
console.keyMap = lib.mkForce "sg";

# Enable CUPS to print documents.
services.printing.enable = true;

93 changes: 0 additions & 93 deletions hosts/x1/configuration.nix

This file was deleted.

37 changes: 0 additions & 37 deletions hosts/x1/hardware-configuration.nix

This file was deleted.

1 change: 1 addition & 0 deletions modules/home/desktop/default.nix
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@
brave
discord
element-desktop
joplin-desktop
signal-desktop
slack
tdesktop # telegram desktop
Loading