Nuke AVF
This commit is contained in:
parent
d4da3e84e5
commit
6670e7bb0c
5 changed files with 0 additions and 37 deletions
|
@ -23,9 +23,6 @@
|
|||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
|
||||
avf.url = "https://github.com/nix-community/nixos-avf/releases/download/nixos-24.11/avf-channel-24.11-aarch64.tar.xz";
|
||||
avf-channel.url = "https://github.com/nix-community/nixos-avf/releases/download/nixos-24.11/nixos-channel-24.11-aarch64.tar.xz";
|
||||
|
||||
# Service inputs
|
||||
mailserver = {
|
||||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.11";
|
||||
|
@ -59,8 +56,6 @@
|
|||
minecraft,
|
||||
|
||||
jovian,
|
||||
avf,
|
||||
avf-channel,
|
||||
|
||||
hm,
|
||||
nur,
|
||||
|
@ -87,8 +82,6 @@
|
|||
jupiter = mkNix [ ./hosts/jupiter ] unstable; # Steam Deck
|
||||
redmond = mkNix [ ./hosts/redmond ] stable; # Lenovo Dual-Boot
|
||||
|
||||
droid = mkNix [ ./hosts/droid ] avf-channel; # Android Virtualization Framework
|
||||
|
||||
midas = mkNix [ ./hosts/midas ] stable; # Dell Optiplex 5040
|
||||
kitty = mkNix [ ./hosts/kitty ] stable; # Dell Optiplex 7010
|
||||
prophet = mkNix [ ./hosts/prophet ] stable; # Oracle Neoverse-N1
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
{ lib, avf, modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
./users
|
||||
../../modules/system
|
||||
avf.nixosModules.avf
|
||||
(modulesPath + "/profiles/headless.nix")
|
||||
];
|
||||
|
||||
networking.hostName = "droid";
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
environment.persistence."/persist".enable = false;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILUTMgy6aPxe8Oc/86qglCBP4njIyu1NbguGYISOmHhT
|
|
@ -1,4 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./main ];
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
avf.defaultUser = config.sysusers.main;
|
||||
|
||||
home-manager.users."${config.sysusers.main}".home = {
|
||||
stateVersion = lib.mkForce config.system.stateVersion;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue