Compare commits

..

2 commits

Author SHA1 Message Date
42f0baa4ff
feat(browser): add keepasxc extension 2024-10-20 14:59:02 +00:00
6262428dc6
chore(marr): add disko config 2024-10-20 14:59:02 +00:00
4 changed files with 9 additions and 3 deletions

View file

@ -13,7 +13,10 @@ in
(mkSystem' {
hostname = "marr";
system = "x86_64-linux";
extraModules = [ inputs.agenix.nixosModules.default ];
extraModules = [
inputs.disko.nixosModules.disko
inputs.agenix.nixosModules.default
];
})
(mkSystem' {

View file

@ -10,7 +10,6 @@
imports = [
./hardware-configuration.nix
./home.nix
./disko.nix
];
modules = {

View file

@ -1,3 +1,7 @@
{ lib, ... }:
let
inherit (lib.my.disko) mkBoot mkSwap mkRoot;
in
{
disko.devices = {
disk.builtin = {

View file

@ -80,7 +80,7 @@ in
in
str: (sanitizeDerivationName (lib.toLower str));
dikso = {
disko = {
mkBoot = size: {
size = size;
type = "EF00";