forked from mirrors_public/oddlama_nix-config
feat: remove unused host-drvs
This commit is contained in:
parent
b6612ffa84
commit
4da937bcd0
7 changed files with 5 additions and 56 deletions
|
@ -19,19 +19,20 @@ in {
|
|||
./xdg.nix
|
||||
];
|
||||
|
||||
boot.kernelParams = ["log_buf_len=10M"];
|
||||
boot = {
|
||||
kernelParams = ["log_buf_len=10M"];
|
||||
tmpOnTmpfs = true;
|
||||
};
|
||||
environment.etc."nixos/configuration.nix".source = dummyConfig;
|
||||
|
||||
# Disable sudo which is entierly unnecessary.
|
||||
security.sudo.enable = false;
|
||||
|
||||
# Setup to use Secrets
|
||||
rekey.hostPubkey = ../../secrets/pubkeys + "/${config.networking.hostName}.pub";
|
||||
rekey.masterIdentities = [../../secrets/yk1-nix-rage.pub];
|
||||
rekey.extraEncryptionPubkeys = [../../secrets/backup.pub];
|
||||
|
||||
rekey.secrets.yolo.file = ./yolo.age;
|
||||
environment.etc."YOLO".source = config.rekey.secrets.yolo.path;
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
age-encryption.org/v1
|
||||
-> X25519 saA0VOfRsGeQ7wIJ4SF80v3rvmf7rRbZcxTbRbWrRn4
|
||||
NNs7fIU09lYiKZ1R5KE3fJhHM1MlNxC7H6Cz2oAOyus
|
||||
-> piv-p256 xqSe8Q AgPVLX/r+nz6PWZFJW90BcPVU9kFrLV1PZge80Fyd0og
|
||||
OGvcmxsXWqwxDOGUy9Slw7zEkgeiHblldbYw4UilPC0
|
||||
--- wi4PRgJNO6O1TgA3qobLX0wP14vreWRccvuR9wWNN+k
|
||||
@…�RFJ[½®—(I‡ªu½¯mLSÂ¨Š¾«|P&þð2ú—ævñŠŽ’×2ÓÙ(àüW¦�I^ÞR:¿p�|Zty0óÊ�?ãìivAÛ…§©$ˆ¤Œ‘ÆèÍZZüMÂ�LÂpÿÒÏ Éi›¥ëø„½š<û‹àQÕÙ
|
Loading…
Add table
Add a link
Reference in a new issue