Skip to content
Merged
Show file tree
Hide file tree
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
27 changes: 27 additions & 0 deletions hosts/servers/fluttershy.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{ pkgs, lib, config, ... }:

{
imports = [ ../../hardware/virtualized.nix ];

networking.hostName = "fluttershy";

ocf.network = {
enable = true;
lastOctet = 130;
};

ocf.nfs = {
enable = true;
mountHome = true;
mountServices = true;
};

environment.systemPackages = with pkgs; [
ocf-utils
openldap
ldapvi
ipmitool
];

system.stateVersion = "25.05";
}
1 change: 1 addition & 0 deletions secrets/host-keys/fluttershy.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPm+RlDujsxQyxFTEOCTeImSBDvr63cL8Kg+rNrH6NK8 root@fluttershy
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
age-encryption.org/v1
-> ssh-ed25519 queQQw iapx7/qRXSfyr+nCaIQFYBLw2zzD4Bu4XIXkXYoO7wo
SeelBK2g9PafNVmf77iQuifueRAp3dv5rLmjAW5txYM
-> :e-grease g]|E$z< 9S (}Fd:
ZNMmGNjA
--- WKcmHP5cZAWiUTnNk9xcH6SxrmEcE3DkyDJ3akj3TLc
_'zú¶:[\\FóH»Mü¡eEǼ ŽwÕìèØO‰CéíMÜŒv±†XÝ!Dƒƒ[—*fì»z|Ô±ƒÐ­€|&ÛP #öË: –² kÆ´€w«ö+¯/Òc^/‚™D‘|ƒ1ʝ
Expand Down
Binary file not shown.
Loading