va a ciapa i ratt
This commit is contained in:
parent
fac91af11a
commit
8346c9f02c
43 changed files with 909 additions and 446 deletions
|
@ -19,6 +19,7 @@
|
|||
"nix-serve"
|
||||
"cgit"
|
||||
"docker"
|
||||
"binfmt"
|
||||
];
|
||||
|
||||
ccr = {
|
||||
|
@ -32,6 +33,7 @@
|
|||
"shell"
|
||||
"xdg"
|
||||
"git-workspace"
|
||||
"firefox" # used with waypipe
|
||||
];
|
||||
packages = with pkgs; [
|
||||
comma
|
||||
|
@ -59,7 +61,7 @@
|
|||
|
||||
nixpkgs.config.joypixels.acceptLicense = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [waypipe firefox];
|
||||
environment.systemPackages = with pkgs; [waypipe];
|
||||
|
||||
home-manager.users.ccr.gtk = {
|
||||
enable = true;
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
format = "gpt";
|
||||
partitions = [
|
||||
{
|
||||
type = "partition";
|
||||
name = "ESP";
|
||||
start = "0";
|
||||
end = "960MiB";
|
||||
|
@ -25,7 +24,6 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
type = "partition";
|
||||
name = "zfs";
|
||||
start = "1GiB";
|
||||
end = "100%";
|
||||
|
@ -45,7 +43,6 @@
|
|||
format = "gpt";
|
||||
partitions = [
|
||||
{
|
||||
type = "partition";
|
||||
name = "zfs";
|
||||
start = "1GiB";
|
||||
end = "100%";
|
||||
|
@ -69,7 +66,7 @@
|
|||
options.acltype = "posix";
|
||||
datasets = {
|
||||
root = {
|
||||
zfs_type = "filesystem";
|
||||
type = "zfs_fs";
|
||||
options = {
|
||||
mountpoint = "legacy";
|
||||
autotrim = "on";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue