created defaults, created common fonts, modified root flake nix
This commit is contained in:
@ -168,9 +168,9 @@
|
||||
system.stateVersion = 5;
|
||||
|
||||
containers.podman = {
|
||||
enable = true;
|
||||
dockerCompat = false;
|
||||
enable = false;
|
||||
extraPackages = with pkgs; [
|
||||
podman
|
||||
docker-credential-helpers
|
||||
cosign
|
||||
crane
|
||||
|
6
modules/machine/sephiroth/default.nix
Normal file
6
modules/machine/sephiroth/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./apps.nix
|
||||
./configuration.nix
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user