diff --git a/flake.nix b/flake.nix index 2d22040..a28bd49 100644 --- a/flake.nix +++ b/flake.nix @@ -72,7 +72,7 @@ nixosConfigurations = (dashielib.build_systems [ "marmo" "overheating" "spaceship" ]) // { server = inputs.stable.lib.nixosSystem { specialArgs = { - inherit inputs; pkgs' = stable; + inherit inputs; pkgs = stable; }; modules = [ inputs.sops-nix.nixosModules.sops diff --git a/hardware/server/configuration.nix b/hardware/server/configuration.nix index 868f869..d57d564 100644 --- a/hardware/server/configuration.nix +++ b/hardware/server/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, unstable, inputs, ... }: +{ config, pkgs, inputs, ... }: let nextcloud_pw = (builtins.readFile /etc/nixos/nextcloud); forgejo_pw = (builtins.readFile /etc/nixos/dbpw/forgejo); @@ -41,7 +41,6 @@ in extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. packages = [ inputs.dashvim.nixosModules.packages."x86_64-linux".default - unstable.neovim pkgs.fuse pkgs.ntfs3g pkgs.rsync