mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-19 02:56:17 +02:00
Revert "hosts: add server"
It turns out that sharing this config with the server isn't actually that useful, especially since nix makes it easy to run any program in nixpkgs on demand.
This commit is contained in:
@@ -95,12 +95,6 @@
|
||||
specialArgs.nix-config = self;
|
||||
modules = listFilesRecursive ./hosts/iso;
|
||||
};
|
||||
|
||||
server = nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs.nix-config = self;
|
||||
modules = listFilesRecursive ./hosts/server;
|
||||
};
|
||||
};
|
||||
|
||||
formatter = forAllSystems (pkgs: pkgs.nixfmt-rfc-style);
|
||||
|
@@ -1,14 +0,0 @@
|
||||
{ pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
(modulesPath + "/virtualisation/digital-ocean-image.nix")
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.neovim ];
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user