mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 08:07:14 +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:
parent
0eb41f163d
commit
173206ce64
@ -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"
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user